Files
git-utilities/RELEASE.md
2017-09-20 22:39:25 -04:00

541 B

<<back

Release utility

Usage

This utility is built around release branches and tags.

Release branches have specific format: MAJOR.MINOR.PATCH (i.e 0.2.3).

Release tags have specific format: vMAJOR.MINOR.PATCH (i.e. v0.2.2).

Init

To initialize a new release, go to the standard branch.

git checkout master

Use the init subcommand with a version number.

release init 1.0.0

For example, a new tag will be created called v1.0.0.

Major

Minor

Path

Finish

Trash