jcdenton / bumped-changelog

Auto generates a changelog file in each bump.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bumped-changelog

Last version Build Status Dependency status Dev Dependencies Status NPM Status Gratipay

Auto generates 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:

npm install bumped-changelog -g

Configuration

The plugin is based in the 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:

files: [
  "package.json"
  "bower.json"
]

plugins:
  postrelease:
    'Generating CHANGELOG file':
      plugin: 'bumped-changelog'
      options:
        filename: 'CHANGELOG.md' # Optionally

License

MIT © Bumped

About

Auto generates a changelog file in each bump.

License:MIT License


Languages

Language:Shell 52.5%Language:CoffeeScript 40.3%Language:JavaScript 7.1%