Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 951 Bytes

File metadata and controls

32 lines (21 loc) · 951 Bytes
git flux rc start|finish|review <name> [-h]

rc

handle lifecycle of release-candidates.

available actions

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 passed name.
it is advised that name will 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