velero/hack
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
..
build-image Bump up Go to 1.16 (#3990) 2021-07-29 23:56:08 -07:00
crd-gen Update script to generate both v1beta1 and v1 CRDs 2021-07-27 17:55:10 -04:00
issue-template-gen Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
release-tools Refine tag-release.sh 2021-09-22 21:20:03 +08:00
boilerplate.go.txt update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
build.sh Allow registry to be configured at build time 2021-07-14 15:42:53 -04:00
changelog-check.sh Address insensitive language (#2677) 2020-07-17 14:59:51 -07:00
ci-check.sh Only run CI when relevant files have changed 2019-05-30 17:32:23 -04:00
docker-push.sh Allow registry to be configured at build time 2021-07-14 15:42:53 -04:00
download-restic.sh Upgrade restic from v0.9.6 to v0.12.0 (#3528) 2021-03-11 13:11:23 -05:00
lint.sh Add linter (#2615) 2020-06-30 12:51:10 -04:00
restore-crd-patch-v1.json Update script to generate both v1beta1 and v1 CRDs 2021-07-27 17:55:10 -04:00
restore-crd-patch-v1beta1.json Update script to generate both v1beta1 and v1 CRDs 2021-07-27 17:55:10 -04:00
test.sh Add more E2E tests and improvement (#3111) 2020-12-09 16:26:05 -08:00
update-all.sh update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
update-fmt.sh fix goimport noise in prep for bump to latest 2020-03-02 10:55:08 -07:00
update-generated-crd-code.sh Update script to generate both v1beta1 and v1 CRDs 2021-07-27 17:55:10 -04:00
update-generated-issue-template.sh move issue-template-gen from docs/ to hack/ (#1558) 2019-06-10 15:22:27 -07:00
update-proto.sh move plugin proto updating into make update (#1887) 2019-09-18 14:03:40 -07:00
verify-all.sh update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
verify-fmt.sh update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
verify-generated-crd-code.sh Update script to generate both v1beta1 and v1 CRDs 2021-07-27 17:55:10 -04:00
verify-generated-issue-template.sh update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00