Permalink
Browse files
Shell functions for the 0.6.pre2 release
- Loading branch information...
Showing
with
9 additions
and
0 deletions.
-
+9
−0
scripts/release.sh
|
|
@@ -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