0.4.1 • Published 4 years ago

bumped-changelog v0.4.1

Weekly downloads
32
License
MIT
Repository
github
Last release
4 years ago

bumped-changelog

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

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

Usage

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!

Configuration

Declare a plugin step in your .bumpedrc like:

plugins:
  postrelease:
    'Generating CHANGELOG file':
      plugin: 'bumped-changelog'
      options:
        preset: 'angular'
        filename: 'CHANGELOG.md'

Options

filename

Type: String Default: CHANGELOG.md

License

MIT © Bumped

0.4.1

4 years ago

0.4.0

4 years ago

0.3.13

4 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago