geddski / grunt-release

Release a new version of your Node-based project
MIT License
388 stars 121 forks source link

Changelog md not being updated with commits #142

Closed svattenky closed 8 years ago

svattenky commented 8 years ago

When I run grunt release I see the changelog being updated however none of my commits are shown in the changelog. I'm using commitizen to commit my messages. The only thing I see updated in my changelog is the version number. Is it possible to pass a command to run for the changelog generation? Previously I was using cz-conventional-changelog

deostroll commented 8 years ago

Even I sort of ran into the same issue. What did you do?

svattenky commented 8 years ago

If i remember correctly I wasn't tagging the build's properly

deostroll commented 8 years ago

My observation is that post grunt release command the changelog.md file updates, but its not committed with the release... And that file remains in a modified status post the operation... On Mar 11, 2016 9:45 PM, "angelblade27" notifications@github.com wrote:

If i remember correctly I wasn't tagging the build's properly

— Reply to this email directly or view it on GitHub https://github.com/geddski/grunt-release/issues/142#issuecomment-195435093 .