Permalink
Browse files

Add a changelog and (lack of) announcement for the 0.3.alpha1 release.

  • Loading branch information...
Andy Chu
Andy Chu committed Dec 10, 2017
1 parent a82dfbf commit 4b398057fbf5ee0061b3e0501db9495c1a7567bb
Showing with 24 additions and 0 deletions.
  1. +24 −0 scripts/release.sh
View
@@ -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

Please sign in to comment.