Permalink
Browse files

Shell functions for the 0.6.pre2 release

  • Loading branch information...
Andy Chu
Andy Chu committed Aug 19, 2018
1 parent 3eb1f37 commit 54020f3065fc1749e42d2e99217439f1ab55bc3d
Showing with 9 additions and 0 deletions.
  1. +9 −0 scripts/release.sh
View
@@ -440,6 +440,11 @@ git-changelog-0.6.pre1() {
> _release/VERSION/changelog.html
}
git-changelog-0.6.pre2() {
_git-changelog origin/release/0.6.pre1 release/0.6.pre2 \
> _release/VERSION/changelog.html
}
# For announcement.html
html-redirect() {
local url=$1
@@ -509,6 +514,10 @@ announcement-0.6.pre1() {
html-redirect '/blog/2018/08/15.html' > _release/VERSION/announcement.html
}
announcement-0.6.pre2() {
html-redirect '/blog/2018/08/19.html' > _release/VERSION/announcement.html
}
_link() {
ln -s -f -v --no-target-directory "$@"
}

0 comments on commit 54020f3

Please sign in to comment.