Closed dackmin closed 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.
yarn changelog
npm run changelog
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!
Merged! Thank you for taking care of this.
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
ornpm 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!