velero/hack/release-tools
Daniel Jiang d08c4bae4d Refine tag-release.sh
This commit makes several changes to `tag-release.sh` according to the
change in release process:
1. It will support a "ON_RELEASE_BRANCH" param passed via env variable.
   When it's set to "TRUE". The release will be created on the commit of
   branch like `release-xxx`.  This enables us to create release branch
   before GA and tag RC release.
2. It removes the code to push a new branch to upstream.  This is
   because we decided to create branch manually.  For patch releases, we
   will not push the change to release branch, instead, we will make
   sure the release branch has all commits cherrypicked BEFORE we run
   this script to tag the release.

After the change the script will focus on only tag the release, not
making other code change to release branches.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2021-09-22 21:20:03 +08:00
..
brew-update.sh Spruce up release instructions and release scripts (#2931) 2020-09-16 16:12:09 -04:00
changelog.sh Spruce up release instructions and release scripts (#2931) 2020-09-16 16:12:09 -04:00
chk_version.go Spruce up release instructions and release scripts (#2931) 2020-09-16 16:12:09 -04:00
chk_version_test.go Add scripts for tagging Velero releases (#2592) 2020-07-08 14:56:18 -07:00
gen-docs.sh Spruce up release instructions and release scripts (#2931) 2020-09-16 16:12:09 -04:00
goreleaser.sh Allow registry to be configured at build time 2021-07-14 15:42:53 -04:00
tag-release.sh Refine tag-release.sh 2021-09-22 21:20:03 +08:00