Skip to content

Commit

Permalink
[release] Minor fixes in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jun 13, 2020
1 parent 8a9d0e7 commit ff775a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devtools/release-note.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -o errexit
source devtools/release-version.sh # for escape-segements

readonly OIL_VERSION=$(head -n 1 oil-version.txt)
readonly PREV_VERSION='0.8.pre4'
readonly PREV_VERSION='0.8.pre5'

# adapted from release-version.sh
_git-changelog-body() {
Expand Down Expand Up @@ -59,7 +59,7 @@ issues-table() {
}

write-template() {
local out=../oilshell.org/blog/2020/05/_release-$OIL_VERSION.md
local out=../oilshell.org/blog/2020/06/_release-$OIL_VERSION.md
print-template > $out
echo "Wrote $out"
}
Expand Down
2 changes: 1 addition & 1 deletion devtools/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ announcement-0.8.pre3() {
}

announcement-0.8.pre4() {
html-redirect '/blog/2020/04/release-0.8.pre3.html' > $SITE_DEPLOY_DIR/release/0.8.pre4/announcement.html
html-redirect '/blog/2020/04/release-0.8.pre4.html' > $SITE_DEPLOY_DIR/release/0.8.pre4/announcement.html
}

announcement-0.8.pre5() {
Expand Down

0 comments on commit ff775a5

Please sign in to comment.