Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cz Cli | 14,759 | 13,219 | 13,625 | 2 months ago | 78 | May 07, 2021 | 173 | mit | JavaScript | |
The commitizen command line utility. #BlackLivesMatter | ||||||||||
Standard Version | 6,981 | 15,657 | 15,551 | 18 days ago | 42 | May 15, 2022 | 296 | isc | JavaScript | |
:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org | ||||||||||
Conventional Changelog | 6,926 | 9,898 | 5,283 | a month ago | 63 | December 25, 2021 | 257 | isc | JavaScript | |
Generate changelogs and release notes from a project's commit messages and metadata. | ||||||||||
Posh Git | 6,792 | 3 | 13 days ago | 2 | January 01, 1900 | 86 | mit | PowerShell | ||
A PowerShell environment for Git | ||||||||||
Release It | 6,279 | 4,816 | 7,153 | 3 days ago | 355 | September 15, 2022 | 11 | mit | JavaScript | |
🚀 Automate versioning and package publishing | ||||||||||
Keep A Changelog | 5,591 | 9 hours ago | 17 | mit | Haml | |||||
If you build software, keep a changelog. | ||||||||||
Git Quick Stats | 5,414 | 8 months ago | 1 | February 27, 2018 | 9 | mit | Shell | |||
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository. | ||||||||||
Git Chglog | 2,369 | 1 | 74 | 10 days ago | 36 | December 14, 2021 | 85 | mit | Go | |
CHANGELOG generator implemented in Go (Golang). | ||||||||||
Commitizen | 1,524 | 7 | 87 | 5 days ago | 136 | July 03, 2022 | 115 | mit | Python | |
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder: | ||||||||||
Git Pissed | 843 | 4 | 8 years ago | 9 | January 05, 2015 | mit | HTML | |||
gitting pissed about your code |
Having problems? want to contribute? join our community slack.
Generate a CHANGELOG from git metadata
The conventional-changelog repo is managed as a monorepo; it's composed of many npm packages.
The original conventional-changelog/conventional-changelog
API repo can be
found in packages/conventional-changelog.
It's recommended you use the high level standard-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.
You can also use one of the plugins if you are already using the tool:
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.