tug release

Release a SemVer tag based on the commit history.

tug release [flags]

Examples


# Given that the last release tag was v1.0.0, some feature were committed but no breaking changes.
# The following command will create the tag v1.1.0
$ git release

Options

  -d, --dry-run         Do not tag.
  -h, --help            help for release
  -p, --prefix string   Tag prefix. (default "v")

SEE ALSO

  • tug - Set of opinionated git plugins.
Auto generated by spf13/cobra on 31-Mar-2023

Powered by Doctave