ericclemmons / github-semantic-version

Automated semantic version releases powered by Github Issues.
MIT License
21 stars 8 forks source link

Changelog generation #3

Closed ericclemmons closed 7 years ago

ericclemmons commented 8 years ago

There are several versions out there, but I think the difficulty is in making it idempotent, since I don't calculate each changeset from the initial commit.

I'll check out some generators and see if something works well, like Verb or something.

The good news is, the changelog should just be dumb commits & merge commits.

ericclemmons commented 7 years ago

Solved via #8.