fix RELEASE_BRANCH_NAME

the release branch was of the format `release-vX.Y.Z` when it should be `release-X.Y`.
pull/3399/head
Matthew Fisher 7 years ago
parent ad54e71ab9
commit 4763cca8cb

@ -33,7 +33,7 @@ If you are creating a patch release, you may want to use the following instead:
```shell
export PREVIOUS_PATCH_RELEASE=vX.Y.Z
export RELEASE_NAME=vX.Y.Z+1
export RELEASE_BRANCH_NAME="release-$RELEASE_NAME"
export RELEASE_BRANCH_NAME="release-X.Y"
export RELEASE_CANDIDATE_NAME="$RELEASE_NAME-rc1"
```

Loading…
Cancel
Save