Skip to content

Commit

Permalink
[release] Shell functions for the 0.26.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 6, 2025
1 parent 871e087 commit 549fa1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devtools/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,11 @@ git-changelog-0.25.0() {
> _release/VERSION/changelog.html
}

git-changelog-0.26.0() {
_git-changelog origin/release/0.25.0 release/0.26.0 \
> _release/VERSION/changelog.html
}

# For announcement.html
html-redirect() {
local url=$1
Expand Down Expand Up @@ -1059,6 +1064,10 @@ announcement-0.25.0() {
write-no-announcement
}

announcement-0.26.0() {
write-no-announcement
}

blog-redirect() {
html-redirect 'making-plans.html' > $SITE_DEPLOY_DIR/blog/2020/01/11.html
}
Expand Down

0 comments on commit 549fa1a

Please sign in to comment.