3.0.3 • Published 4 years ago

autochangelog v3.0.3

Weekly downloads
80
License
MIT
Repository
github
Last release
4 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

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago