Permalink
Browse files
Add a changelog and (lack of) announcement for the 0.3.alpha1 release.
- Loading branch information...
Showing
with
24 additions
and
0 deletions.
-
+24
−0
scripts/release.sh
|
|
@@ -285,6 +285,12 @@ git-changelog-0.2.0() { |
|
|
> _release/VERSION/changelog.html
|
|
|
}
|
|
|
|
|
|
git-changelog-0.3.alpha1() {
|
|
|
_git-changelog release/0.2.0 release/0.3.alpha1 \
|
|
|
> _release/VERSION/changelog.html
|
|
|
}
|
|
|
|
|
|
|
|
|
# For announcement.html
|
|
|
html-redirect() {
|
|
|
local url=$1
|
|
|
@@ -301,6 +307,19 @@ html-redirect() { |
|
|
EOF
|
|
|
}
|
|
|
|
|
|
no-announcement() {
|
|
|
cat <<EOF
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
</head>
|
|
|
<body>
|
|
|
<p>No announcement for this release.</p>
|
|
|
</body>
|
|
|
</html>
|
|
|
EOF
|
|
|
}
|
|
|
|
|
|
announcement-0.0() {
|
|
|
html-redirect '/blog/2017/07/23.html' \
|
|
|
> ../oilshell.org__deploy/release/0.0.0/announcement.html
|
|
|
@@ -316,6 +335,11 @@ announcement-0.2() { |
|
|
html-redirect '/blog/2017/11/10.html' > _release/VERSION/announcement.html
|
|
|
}
|
|
|
|
|
|
announcement-0.3() {
|
|
|
#html-redirect '/blog/2017/12/10.html' > _release/VERSION/announcement.html
|
|
|
no-announcement > _release/VERSION/announcement.html
|
|
|
}
|
|
|
|
|
|
_link() {
|
|
|
ln -s -f -v --no-target-directory "$@"
|
|
|
}
|
|
|
|
0 comments on commit
4b39805