Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conventional-changelog/conventional-changelog
Generate changelogs and release notes from a project's commit messages and metadata.
https://github.com/conventional-changelog/conventional-changelog
changelog git hacktoberfest history metadata tag
Last synced: 6 days ago
JSON representation
Generate changelogs and release notes from a project's commit messages and metadata.
- Host: GitHub
- URL: https://github.com/conventional-changelog/conventional-changelog
- Owner: conventional-changelog
- License: isc
- Created: 2014-01-04T21:18:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T00:17:17.000Z (3 months ago)
- Last Synced: 2024-10-29T15:45:38.606Z (2 months ago)
- Topics: changelog, git, hacktoberfest, history, metadata, tag
- Language: TypeScript
- Homepage:
- Size: 5.5 MB
- Stars: 7,819
- Watchers: 58
- Forks: 714
- Open Issues: 260
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - conventional-changelog - Generate changelogs and release notes from a project's commit messages and metadata. (JavaScript)
- awesome-ccamel - conventional-changelog/conventional-changelog - Generate changelogs and release notes from a project's commit messages and metadata. (TypeScript)
- awesome-repositories - conventional-changelog/conventional-changelog - Generate changelogs and release notes from a project's commit messages and metadata. (TypeScript)
- awesome-list - conventional-changelog - changelog | 5649 | (JavaScript)
- awesome-git - conventional-changelog - a set of tools for parsing [conventional commit](https://conventionalcommits.org/) messages from git histories (Tools / Comparing workflows)
- angular-awesome - Conventional Changelog - changelog/standard-version) to generate changelogs and release notes from project's commit messages and metadata with this commit guideline. (`❄️ Commit Guidelines`)
- jimsghstars - conventional-changelog/conventional-changelog - Generate changelogs and release notes from a project's commit messages and metadata. (TypeScript)
README
# Conventional Changelog
[![Build status][build]][build-url]
[![Coverage status][coverage]][coverage-url][build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master
[build-url]: https://github.com/conventional-changelog/conventional-changelog/actions[coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=masterGenerate a CHANGELOG from git metadata.
## About this Repo
The conventional-changelog repo is managed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md); it's composed of many npm packages.
The original `conventional-changelog/conventional-changelog` API repo can be
found in [packages/conventional-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog).## Getting started
It's recommended you use the high level [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) library, which is a drop-in replacement for npm's `version` command, handling automated version bumping, tagging and CHANGELOG generation.
Alternatively, if you'd like to move towards completely automating your release process as an output from CI/CD, consider using [semantic-release](https://github.com/semantic-release/semantic-release).
You can also use one of the plugins if you are already using the tool:
## Plugins Supporting Conventional Changelog
- [grunt](https://github.com/btford/grunt-conventional-changelog)
- [gulp](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/gulp-conventional-changelog)
- [atom](https://github.com/conventional-changelog/atom-conventional-changelog)
- [vscode](https://github.com/axetroy/vscode-changelog-generator)
- [emacs](https://github.com/liuyinz/emacs-conventional-changelog)## Modules Important to Conventional Changelog Ecosystem
- [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) - the full-featured command line interface
- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - command line interface for the angular commit format.
- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata
- [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump) - Get a recommended version bump based on conventional commits
- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.
- [commitlint](https://github.com/conventional-changelog/commitlint) - Lint commit messages## Node Support Policy
We only support [Long-Term Support](https://github.com/nodejs/Release) 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.