Skip to content

Commit 46450a7

Browse files
committed
release: allow for branch protection in release steps
Since the introduction of the branch protection rule to stop users pushing directly to `main` the previous release steps started failing. This changes the instructions to require the user merges the changelog update before tagging the release. Signed-off-by: crozzy <joseph.crosland@gmail.com>
1 parent 22e7628 commit 46450a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/prepare-release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ gh run watch "${id}"
3838
cat <<.
3939
Now, to merge and release:
4040
41+
go to github and approve the PR titled "${VERSION} Changelog Bump" and wait for it to be merged.
4142
git checkout ${BRANCH}
4243
git fetch ${REMOTE}
4344
git merge --ff-only ${REMOTE}/ready-${VERSION}

0 commit comments

Comments
 (0)