standard-changelog v6.0.0
Standard CHANGELOG
An opinionated approach to CHANGELOG generation using angular commit conventions.
Quick Start
$ npm install -g standard-changelog
$ cd my-project
$ standard-changelogThe 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-releaseadvanced topics:
All available command line parameters can be listed using CLI : standard-changelog --help.
Programmatic Usage
$ npm install --save standard-changelogimport standardChangelog from 'standard-changelog';
standardChangelog()
.pipe(process.stdout); // or any writable streamCLI
$ npm install -g standard-changelog
$ standard-changelog --helpAPI
See the conventional-changelog docs with the angular preset.
License
MIT
2 years ago
3 years ago
2 years ago
2 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago