Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: add a small script to "automate" bugfix releases
Adding a `bugfix-release.sh` script to automate bugfix releases. Today it is meant to be started by a maintainer, like the following ``` ./tekton/bugfix-release upstream/release-v0.47.x ``` - It will detect the old version, and commit related to the version - It will compute the new version number - It will detect the release name - If there is no different between the old version and the new one (aka, no commit in the release branch since last release), it will be exit gracefully. The idea is that, from there, we can automate the bugfix release completely. We could run this script weekly for each "supported" release branch, and it would automatically do the release for us. Signed-off-by: Vincent Demeester <[email protected]>
- Loading branch information