3.0.3 • Published 5 years ago

autochangelog v3.0.3

Weekly downloads
80
License
MIT
Repository
github
Last release
5 years ago

AutoChangeLog

npm package dependency status code style: prettier Commitizen friendly autochangelog happy NPM

A very lightweight command line tool for generating a changelog from git tags and commit history.

autochangelog

Installation

$ npm install -g autochangelog

Usage

Run command below in the root directory of your git project directly.

$ autochangelog

Get more helps:

$ autochangelog -h
Usage: autochangelog [options]

Options:
  -v, --version                output the version number
  -o, --output <file>          output file (default: "CHANGELOG.md")
  -l, --commit-limit <count>   number of commits to display per release (default: 5)
  -c, --version-limit <count>  number of version to release (default: 20)
  --no-date                    remove date
  --no-group                   Do not group the commit history base on Conventional Commits for commit guidelines
  --filter <pattern>           filter commit by given reg pattern, for example: "^(new|fix(e(d|s))?)$"
  -h, --help                   output usage information

Happy with AutoChangeLog?

Add the badge to your README using the following markdown:

[![autochangelog happy](https://img.shields.io/badge/autochangelog-happy-yellow.svg?style=flat-square)](https://github.com/roshanca/autochangelog)

License

MIT license (© 2020 Roshan Wu)

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago