git flux rc start|finish|review <name> [-h]
handle lifecycle of release-candidates.
start <name> [-h]- start a release-candidate; create a local branch and push it to the remote.
the branch name will be composed of the pre-configured release-candidate prefix and the passedname.
it is advised thatnamewill be the next version, e.g. '1.1.0'.
finish <name> [-h]- finish an existing release-candidate; delete its local and remote branches, for good.
review <name> [-h]- open a pull request from the release-candidate branch to its base branch, i.e. the integration branch, for review in github.
created with styli.sh