Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Husky | 30,281 | 68,251 | 111,286 | 2 days ago | 209 | January 03, 2023 | 38 | mit | JavaScript | |
Git hooks made easy 🐶 woof! | ||||||||||
Cz Cli | 15,627 | 13,219 | 18,318 | 14 days ago | 81 | January 19, 2023 | 185 | mit | JavaScript | |
The commitizen command line utility. #BlackLivesMatter | ||||||||||
Conventional Changelog | 7,247 | 9,898 | 7,110 | a day ago | 64 | June 06, 2023 | 239 | isc | JavaScript | |
Generate changelogs and release notes from a project's commit messages and metadata. | ||||||||||
Release Please | 2,991 | 1 | 35 | 3 days ago | 342 | July 11, 2023 | 152 | apache-2.0 | TypeScript | |
generate release PRs based on the conventionalcommits.org spec | ||||||||||
Node.js Troubleshooting Guide | 1,118 | 4 years ago | 1 | other | ||||||
Node.js 应用线上/线下故障、压测问题和性能调优指南手册(一期更新结束) | ||||||||||
Life Commit | 900 | 4 years ago | 3 | February 05, 2018 | 10 | mit | JavaScript | |||
🏃📆 Life as a git. Commit on your life. | ||||||||||
Hospitalrun Server | 846 | 9 months ago | 12 | mit | JavaScript | |||||
Backend for HospitalRun | ||||||||||
Mevn Cli | 812 | a day ago | 54 | February 28, 2021 | 10 | mit | JavaScript | |||
Light speed setup for MEVN(Mongo Express Vue Node) Apps | ||||||||||
Cz Git | 779 | 62 | 2 days ago | 55 | October 21, 2022 | 1 | mit | TypeScript | ||
cz-git | czg 🛠️ DX first and more engineered, lightweight, customizable, standard output format Commitizen adapter and CLI | ||||||||||
Gitkit Js | 594 | 6 years ago | 12 | apache-2.0 | JavaScript | |||||
Pure javascript implementation of Git (Node.js and Browser) |
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.