restechnica / semverbot

A CLI which automates semver versioning.
Mozilla Public License 2.0
130 stars 6 forks source link

Changelog generator? #40

Open ConradKurth opened 2 years ago

ConradKurth commented 2 years ago

Is this something that would be considered for this tool? Would be nice if it aggregated all the changes together and committed it.

shiouen commented 2 years ago

Hi @ConradKurth I have considered it, but quickly realised it's not a simple thing to implement and decided to focus on the tagging etc. There are quite a few options out there for changelog generation, e.g. https://github.com/git-chglog/git-chglog

I am open to suggestions, what do you have in mind?