Permalink
Browse files

Published the 0.4.alpha1 release.

  • Loading branch information...
Andy Chu
Andy Chu committed Jan 25, 2018
1 parent 995faea commit 5be68c6897d87344240182204387bd33c344180e
Showing with 9 additions and 0 deletions.
  1. +9 −0 scripts/release.sh
View
@@ -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

Please sign in to comment.