standard-changelog
Generate a changelog from git metadata with Angular commit convention
Last updated 8 years ago by bcoe .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install standard-changelog 
SYNC missed versions from official npm registry.

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

Current Tags

  • 6.0.0                                ...           latest (6 months ago)
  • 2.0.27                                ...           next (4 years ago)

51 Versions

  • 6.0.0                                ...           6 months ago
  • 5.0.0                                ...           a year ago
  • 4.0.0                                ...           a year ago
  • 3.0.0                                ...           a year ago
  • 2.0.27                                ...           4 years ago
  • 2.0.26                                ...           4 years ago
  • 2.0.25                                ...           4 years ago
  • 2.0.24                                ...           5 years ago
  • 2.0.23                                ...           5 years ago
  • 2.0.22                                ...           5 years ago
  • 2.0.21                                ...           5 years ago
  • 2.0.20                                ...           5 years ago
  • 2.0.19                                ...           5 years ago
  • 2.0.18                                ...           5 years ago
  • 2.0.17                                ...           5 years ago
  • 2.0.16                                ...           5 years ago
  • 2.0.15                                ...           5 years ago
  • 2.0.13                                ...           5 years ago
  • 2.0.12                                ...           5 years ago
  • 2.0.11                                ...           6 years ago
  • 2.0.10                                ...           6 years ago
  • 2.0.9                                ...           6 years ago
  • 2.0.7                                ...           6 years ago
  • 2.0.6                                ...           6 years ago
  • 2.0.5                                ...           6 years ago
  • 2.0.4                                ...           6 years ago
  • 2.0.3                                ...           6 years ago
  • 2.0.1                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 1.0.19                                ...           7 years ago
  • 1.0.18                                ...           7 years ago
  • 1.0.17                                ...           7 years ago
  • 1.0.16                                ...           7 years ago
  • 1.0.15                                ...           7 years ago
  • 1.0.14                                ...           7 years ago
  • 1.0.13                                ...           7 years ago
  • 1.0.12                                ...           7 years ago
  • 1.0.11                                ...           7 years ago
  • 1.0.9                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.7                                ...           7 years ago
  • 1.0.6                                ...           7 years ago
  • 1.0.5                                ...           7 years ago
  • 1.0.4                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 0.0.2                                ...           8 years ago
  • 0.0.1                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Maintainers (2)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (11)
Dev Dependencies (8)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE