Skip to content

Commit 3edd658

Browse files
author
Andy C
committed
[release] Shell functions for 0.33.0
1 parent 4c16461 commit 3edd658

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

devtools/release-version.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,11 @@ git-changelog-0.32.0() {
666666
> _release/VERSION/changelog.html
667667
}
668668

669+
git-changelog-0.33.0() {
670+
_git-changelog origin/release/0.32.0 release/0.33.0 \
671+
> _release/VERSION/changelog.html
672+
}
673+
669674
# For announcement.html
670675
html-redirect() {
671676
local url=$1
@@ -1122,6 +1127,10 @@ announcement-0.32.0() {
11221127
write-no-announcement
11231128
}
11241129

1130+
announcement-0.33.0() {
1131+
write-no-announcement
1132+
}
1133+
11251134
blog-redirect() {
11261135
html-redirect 'making-plans.html' > $SITE_DEPLOY_DIR/blog/2020/01/11.html
11271136
}

devtools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ _build-oils-benchmark-data() {
362362
CXXFLAGS=-gdwarf-4 _build/oils.sh --variant "$variant" --skip-rebuild
363363
done
364364
# Build like benchmarks/osh-runtime.sh
365-
_build/oils.sh --translator mycpp-souffle --skip-rebuild
365+
_build/oils.sh --translator mycpp-nosouffle --skip-rebuild
366366

367367
# Build like benchmarks/osh-runtime.sh soil-run, but NOT in the repo
368368
build/static-oils.sh

0 commit comments

Comments
 (0)