Permalink
Browse files
Published the 0.4.alpha1 release.
- Loading branch information...
Showing
with
9 additions
and
0 deletions.
-
+9
−0
scripts/release.sh
|
|
@@ -286,6 +286,11 @@ git-changelog-0.3.0() { |
|
|
> _release/VERSION/changelog.html
|
|
|
}
|
|
|
|
|
|
git-changelog-0.4.alpha1() {
|
|
|
_git-changelog release/0.3.0 release/0.4.alpha1 \
|
|
|
> _release/VERSION/changelog.html
|
|
|
}
|
|
|
|
|
|
|
|
|
# For announcement.html
|
|
|
html-redirect() {
|
|
|
@@ -336,6 +341,10 @@ announcement-0.3() { |
|
|
#no-announcement > _release/VERSION/announcement.html
|
|
|
}
|
|
|
|
|
|
announcement-0.4() {
|
|
|
no-announcement > _release/VERSION/announcement.html
|
|
|
}
|
|
|
|
|
|
_link() {
|
|
|
ln -s -f -v --no-target-directory "$@"
|
|
|
}
|
|
|
|
0 comments on commit
5be68c6