Releases
Start a release
regit release start [version]Version is optional. If no version is provided, the next version will be decided based on the current version by bumping the minor version.
Open an existing release
regit release startWill open the existing release branch.
release Status
regit release statusWill show status for the current release and show what feature are included.
Adding features to a release
Once a release has been created, you can add features to it.
Add single feature
regit release add <feature-name>Add multiple features
regit release addFinish a release
regit release finishThis will merge the release branch into the stable branch and create a tag for the release. Then cleanup the release branch and all feature included.
Remove a release
regit release remove