davglass / cpr

Nodejs cp -R
Other
79 stars 80 forks source link

Missing change log #31

Closed Turbo87 closed 8 years ago

Turbo87 commented 8 years ago

I am unable to find a change log for this project anywhere. It would be good to know what changed between all those releases and the major ones with potentially breaking changes in particular.

davglass commented 8 years ago

My apologies for not adding one, but I've never really needed to keep one. Every release only contains one or two minor fixes and each of them are well documented in the commit logs: https://github.com/davglass/cpr/commits/master

Turbo87 commented 8 years ago

@davglass I guess if you could add tags to the release commits you could use something like https://github.com/skywinder/github-changelog-generator to generate the change log automatically for you

davglass commented 8 years ago

I had all the tags locally just never pushed them, just added a Changelog script that will now generate one: https://github.com/davglass/cpr/blob/master/CHANGELOG.md