Tagging your Repository¶
If you only need to manage the tags on your repository, Uplift has you covered.
If you don't want the v
prefix, no problem; remove it by using the --strip-prefix
flag.
Annotated Tags¶
Experimental
Lightweight tags are created by default, equivalent to running git tag
against your repository. If you need something heavier, such as an annotated tag, modify your configuration file:
Prerelease Support¶
Experimental
Uplift has early support for tagging a repository with prerelease metadata. You will need to calculate this upfront.
If you need Uplift to ignore any existing prerelease metadata when calculating the next semantic version, you must include the --ignore-existing-prerelease
flag: