Skip to content

conventional-changelog/conventional-changelog

Repository files navigation

Conventional Changelog

Build status Coverage status

Generate a CHANGELOG from git metadata.

Getting started

The original conventional-changelog package repo can be found in packages/conventional-changelog.

We recommend considering the following high level tools for automating versioning, tagging, and CHANGELOG generation:

  • commit-and-tag-version — a drop-in replacement for npm's version command, handles automated version bumping, tagging, and CHANGELOG generation.
  • semantic-release — fully automates the release process from CI/CD, including version determination, changelog generation, and publishing.
  • simple-release-action — a simple GitHub Action to automate version bumps, changelogs, and releases. Supports monorepos and extensibility via addons.

Modules Important to Conventional Changelog Ecosystem

All Packages

Package Version Dependencies
conventional-changelog NPM version Dependencies status
conventional-changelog-angular NPM version Dependencies status
conventional-changelog-atom NPM version Dependencies status
conventional-changelog-codemirror NPM version Dependencies status
conventional-changelog-conventionalcommits NPM version Dependencies status
conventional-changelog-ember NPM version Dependencies status
conventional-changelog-eslint NPM version Dependencies status
conventional-changelog-express NPM version Dependencies status
conventional-changelog-jquery NPM version Dependencies status
conventional-changelog-jshint NPM version Dependencies status
conventional-changelog-preset-loader NPM version Dependencies status
conventional-changelog-writer NPM version Dependencies status
conventional-commits-filter NPM version Dependencies status
conventional-commits-parser NPM version Dependencies status
conventional-recommended-bump NPM version Dependencies status
@conventional-changelog/git-client NPM version Dependencies status
standard-changelog NPM version Dependencies status

Node Support Policy

We only support Long-Term Support versions of Node.

We specifically limit our support to LTS versions of Node, not because this package won't work on other versions, but because we have a limited amount of time, and supporting LTS offers the greatest return on that investment.

It's possible this package will work correctly on newer versions of Node. It may even be possible to use this package on older versions of Node, though that's more unlikely as we'll make every effort to take advantage of features available in the oldest LTS version we support.

As each Node LTS version reaches its end-of-life we will remove that version from the node engines property of our package's package.json file. Removing a Node version is considered a breaking change and will entail the publishing of a new major version of this package. We will not accept any requests to support an end-of-life version of Node. Any merge requests or issues supporting an end-of-life version of Node will be closed.

We will accept code that allows this package to run on newer, non-LTS, versions of Node. Furthermore, we will attempt to ensure our own changes work on the latest version of Node. To help in that commitment, our continuous integration setup runs against all LTS versions of Node in addition the most recent Node release; called current.

JavaScript package managers should allow you to install this package with any version of Node, with, at most, a warning if your version of Node does not fall within the range specified by our node engines property. If you encounter issues installing this package, please report the issue to your package manager.