$ npm install conventional-recommended-workflowAutomatic CHANGELOG.md generation, using GitHub's new squash button and the workflow outlined in conventional-changelog-cli.
how it works:
master branch, select the Squash and Merge option.master.conventional-recommended-workflow.git push --tags; git push origin master; npm publish.conventional-recommended-workflow does the following:
conventional-changelog and updates CHANGELOG.md.When you're generating your changelog for the first time, simply do:
conventional-recommended-workflow --first-release
npm i conventional-recommended-workflow
Add this to your package.json
{
"scripts": {
"release": "conventional-recommended-workflow"
}
}
ISC