commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
### Description When using a custom tag_format like `${major}.${minor}-${patch}${prerelease}` with `semver2` the changelog cannot be create directly using `cz bump --prerelase rc` with `update_changelog_on_bump = true`. Only generating the changelog...
### Description It's inconvenient to tell which lines are not covered on the Codecov UI. If I click the "1 Missing" link in the below picture: I got [this page](https://app.codecov.io/gh/commitizen-tools/commitizen/pull/1604?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=commitizen-tools):...
### Description First of all, thank you for this program. I really enjoy using it. I looked for a way to perform what I need but I was not able...
### Description The idea is to create a new repo, under the commitizen-tools organization, which can be maintained by the community, where more version providers and other plugins can be...
### Description Would it be possible to host a [JSON schema](https://json-schema.org) for the `cz.json` configuration file in order to enable the syntax checks? For example, in Deno projects we add...
### Description Add a new version provider for Dart projects, like Flutter applications. ### Possible Solution Manage versioning based on the version field in the pubspec.yaml of the Dart project....