Auto generates a changelog file in each bump.
You don't need to install it! Bumped automatically resolve the plugins dependencies. However if you still want to do so must be globally accessible:
npm install bumped-changelog -g
The plugin is based in the conventional-changelog library.
At the first time, if changelog file is not detected, then we create a changelog file with all the tag detected.
Under incremental tags, we append the last tag into the file.
Notes that at this points changelog looks like an auto generate commit historial: Write a good changelog consist in put human effor in describe what happens in each release!
Declare a plugin step in your .bumpedrc
like:
plugins:
postrelease:
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
options:
preset: 'angular'
filename: 'CHANGELOG.md'
Type: String
Default: CHANGELOG.md
MIT © Bumped