A simple helper to generate changelog.md file. Inspired by Gitlab changelog entries.
Create unreleased changelogs entries, then, on release, group all an generate a changelog.md file.
Just run yo changelog
on your console.
foo@bar:~$ yo changelog
? Author Yuri Titi
? Type of change? Added
? What's change? Generator to update changelog.md file
Just run yo changelog:generate
on your console.
This will ask you version then update changelog.md
and package.json
foo@bar:~$ yo changelog:generate
? Version 1.0.0
foo@bar:~$ npm install -g yo generator-changelog