trae icon indicating copy to clipboard operation
trae copied to clipboard

Add automated changelog

Open gillchristian opened this issue 8 years ago • 1 comments

I gonna quote @ianaya89 ( #47 ) on this

We should consider create a CHANGELOG.md file to include this new stuff.

I think we should automate it. Some options:

  • semantic-release. It automates the whole release process, but does not generate the changelog file ~I think~. :grimacing:
  • generate-changelog. Generates the changelog file. I think this one is a better fit with our current release process that uses np for the versioning.

gillchristian avatar Jan 11 '17 22:01 gillchristian

I like generate-changelog. I think we need to start to be more consistent with commit messages. Anyway I am sure we can manually tweak changelog after being generated.

ianaya89 avatar Jan 12 '17 01:01 ianaya89