standard-changelog

6.0.0 • Public • Published

Standard CHANGELOG

NPM version Build Status Dependency Status Coverage Status

An opinionated approach to CHANGELOG generation using angular commit conventions.

Quick Start

$ npm install -g standard-changelog
$ cd my-project
$ standard-changelog

The above generates a changelog based on commits since the last semver tag that match the pattern of a "Feature", "Fix", "Performance Improvement" or "Breaking Changes".

your first release:

If you're using this tool for the first time and want to generate new content in CHANGELOG.md, you can run:

$ standard-changelog --first-release

advanced topics:

All available command line parameters can be listed using CLI : standard-changelog --help.

Programmatic Usage

$ npm install --save standard-changelog
import standardChangelog from 'standard-changelog';

standardChangelog()
  .pipe(process.stdout); // or any writable stream

CLI

$ npm install -g standard-changelog
$ standard-changelog --help

API

See the conventional-changelog docs with the angular preset.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.275,340next
6.0.02,060latest

Version History

VersionDownloads (Last 7 Days)Published
6.0.02,060
5.0.0145
4.0.021
3.0.041
2.0.275,340
2.0.261
2.0.251
2.0.2459
2.0.232
2.0.223
2.0.2163
2.0.201
2.0.193
2.0.184
2.0.171
2.0.161
2.0.152
2.0.139
2.0.121
2.0.1118
2.0.101
2.0.92
2.0.74
2.0.69
2.0.51
2.0.41
2.0.31
2.0.110
2.0.010
1.0.1967
1.0.183
1.0.172
1.0.162
1.0.151
1.0.142
1.0.134
1.0.123
1.0.113
1.0.97
1.0.82
1.0.72
1.0.61
1.0.54
1.0.48
1.0.31
1.0.22
1.0.1273
1.0.03
0.0.21
0.0.127
0.0.02

Package Sidebar

Install

npm i standard-changelog

Weekly Downloads

8,235

Version

6.0.0

License

MIT

Unpacked Size

9.87 kB

Total Files

6

Last publish

Collaborators

  • bcoe
  • oss-bot
  • dangreen
  • stevemao