git-semver
Install
(sudo) pip install git-semver
Simple usage
$ git semver
0.1.0
$ git semver --next-patch
0.1.1
$ git semver --next-minor
0.2.0
$ git semver --next-major
1.0.0
Example release process
Made with ♥ by Romain Dorgueil and contributors.
Semantic versions management integrated to git.
pip install git-semver==0.2.2
(sudo) pip install git-semver
$ git semver
0.1.0
$ git semver --next-patch
0.1.1
$ git semver --next-minor
0.2.0
$ git semver --next-major
1.0.0
Made with ♥ by Romain Dorgueil and contributors.
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.
Learn more →Login to resync this project