krakenjs / post-robot

Cross domain post-messaging on the client side using a simple listener/client pattern.
Apache License 2.0
745 stars 91 forks source link

Add auto-changelog & CHANGELOG.md to easily compare releases #74

Closed dackmin closed 5 years ago

dackmin commented 5 years ago

Partially fixes #72 by adding a generated CHANGELOG.md file to the project, listing all commits for a particular release/patch.

It should be generated with yarn changelog or npm run changelog everytime there is a new release.

See auto-changelog documentation for more infos.

It does not replace the need for a list of real breaking changes that should be added to the README, but it is something to start with 💁

Feel free to edit auto-changelog configuration to fit your needs!

bluepnume commented 5 years ago

Merged! Thank you for taking care of this.