Socket
Socket
Sign inDemoInstall

standard-changelog

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-changelog

Generate a changelog from git metadata with Angular commit convention


Version published
Maintainers
5
Created
Source

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
var standardChangelog = require('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

Keywords

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc