bumped-changelog
Version:
Auto generate a changelog file in each bump.
44 lines (30 loc) • 1.6 kB
Markdown
# bumped-changelog

[](https://travis-ci.org/Bumped/bumped-changelog)
[](https://david-dm.org/Bumped/bumped-changelog)
[](https://david-dm.org/Bumped/bumped-changelog#info=devDependencies)
[](https://www.npmjs.org/package/bumped-changelog)
[](https://gratipay.com/~Kikobeats/)
> Auto generate a changelog file in each bump.
## Install
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:
```bash
npm install bumped-changelog -g
```
## Configuration
The plugin is based in the [conventional-changelog](https://github.com/ajoslin/conventional-changelog) library. Basically the plugin expose a interface for setup the library in the `.bumpedrc`:
Just define the a minimal scaffold as the next piece of code:
```CSON
files: [
"package.json"
"bower.json"
]
plugins:
postrelease:
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
options:
filename: 'CHANGELOG.md' # Optionally
```
## License
MIT © [Bumped]()