shaj13 / go-guardian

Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
MIT License
543 stars 55 forks source link

bug semantic version bump major instead of minor #88

Closed shaj13 closed 3 years ago

shaj13 commented 3 years ago

merging PR always bump the major version

e.g got: commit msg: fix: example commit, tag: v2.1.0, results: v2.2.0

expected: commit msg: fix: example commit, tag: v2.1.0, results: v2.1.1