markchalloner / git-semver

Git plugin for Semantic Versioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoincrement patch

zimt28 opened this issue · comments

Is it possible to automatically increment patch versions per commit?

Yes. You could create a post-commit hook to call git semver patch. It might also be worth using something like https://github.com/icefox/git-hooks to version control your hooks.

Closing as the solution is not specific to this project.