serpro69 / semver.kt

Semantic versioning gradle plugin via git tags, plus a kotlin implementation of semver spec and a semantic release versioning library
MIT License
7 stars 2 forks source link

Add support for "skipping" an increment #33

Closed serpro69 closed 5 months ago

serpro69 commented 5 months ago

A commit with a keyword might accidentally be merged, which would result in either: need to re-write history, or an unintentional version increment. Adding something like [skip] to a commit should ignore all the other commits prior to a commit with the skip keyword and only calculate the increment based on subsequent commits.