Skip to content

Commit fdbbfec

Browse files
author
Matthew Fisher
committed
fix RELEASE_BRANCH_NAME
the release branch was of the format `release-vX.Y.Z` when it should be `release-X.Y`. (cherry picked from commit 4763cca)
1 parent 14af25f commit fdbbfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you are creating a patch release, you may want to use the following instead:
3333
```shell
3434
export PREVIOUS_PATCH_RELEASE=vX.Y.Z
3535
export RELEASE_NAME=vX.Y.Z+1
36-
export RELEASE_BRANCH_NAME="release-$RELEASE_NAME"
36+
export RELEASE_BRANCH_NAME="release-X.Y"
3737
export RELEASE_CANDIDATE_NAME="$RELEASE_NAME-rc1"
3838
```
3939

0 commit comments

Comments
 (0)