commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
We can mention this is likely to be removed or renamed in the next major release _Originally posted by @Lee-W in https://github.com/commitizen-tools/commitizen/pull/1657#discussion_r2605142720_
Maybe we should automate check for broken links (and run with a cron) using https://github.com/lycheeverse/lychee _Originally posted by @woile in https://github.com/commitizen-tools/commitizen/issues/1684#issuecomment-3608259153_
### Type - [ ] Content inaccurate - [x] Content missing - [ ] Typo ### URL https://commitizen-tools.github.io/commitizen/commands/check/ ### Description Also, the description in CLI is "accept automatically questions done"....
## Description Added a new version scheme for monotonic single number versions. e.g. v1 -> v2 -> v3 -> ... ## Checklist - [X] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/)...
…te possibly stale information ### Documentation Changes - [x] Run `poetry doc` locally to ensure the documentation pages renders correctly - [x] Check and fix any broken links (internal or...
… practice ### Documentation Changes - [x] Run `poetry doc` locally to ensure the documentation pages renders correctly - [x] Check and fix any broken links (internal or external) in...
### Description The config "changelog_merge_prerelease" is ignored when the changelog is modified through cz bump (--changelog). I think I located the issue at https://github.com/commitizen-tools/commitizen/blob/9f3ec868c0429155a46b4819b625d47a8522a3d5/commitizen/commands/bump.py#L308-L314, where the args do not contain...
## Description This PR solves issue #1694. This PR is still in draft, as I want to check whether the changes make sense conceptually and manual tests are still pending....
## Action Items - Survey how other tools with multiple configuration files work when they detect multiple configuration files. - For example, the tool `prettier` can be configured by `.prettier.rc`,...