clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
851 stars 43 forks source link

feature request: auto-increment based on changes #112

Open zkat opened 5 years ago

zkat commented 5 years ago

Hi! I see that clog supports the --major/--minor/--patch flags. Is it possible to have the behavior be --auto, such that the tag is based on the actual commits?

So, having a feat() means --minor, having a BREAKING CHANGES: means --major, and all other changes imply --patch.