@nlib/changelog
v0.3.2
Published
A command to generate CHANGELOG.md from commit history
Downloads
2,624
Readme
@nlib/changelog
A command to generate CHANGELOG.md from commit history.
Install
npm install --save-dev @nlib/changelog
Usage
Add the npm-version scripts to your package.json.
{
"scripts": {
"version": "npx @nlib/changelog --output CHANGELOG.md && git add CHANGELOG.md"
}
}