Skip to content

Releases

Start a release

Terminal window
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

Terminal window
regit release start

Will open the existing release branch.

release Status

Terminal window
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

Terminal window
regit release add <feature-name>

Add multiple features

Terminal window
regit release add

Finish a release

Terminal window
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

Terminal window
regit release remove