markchalloner / git-semver

Git plugin for Semantic Versioning
MIT License
382 stars 43 forks source link

Adds support for suffixes #26

Closed jaapio closed 6 years ago

jaapio commented 6 years ago

When a branch has a certain version format like 1.0.0-rc the "-rc" will be added as a suffix for that branch. When the suffix is not there it will be ommited and semver will work as before.

markchalloner commented 6 years ago

Thanks for your contribution, I'm closing this as features have been implemented in #27.