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 start
Will open the existing release branch.
release Status
regit release status
Will 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 add
Finish a release
regit release finish
This 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