chore(deps): update commitizen to v4.13.5 (minor) #15

Merged
renovate merged 1 commit from renovate/commitizen into main 2026-02-05 15:43:00 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence Type Update
commitizen (changelog) ==4.12.1==4.13.5 age confidence dependency-groups minor
commitizen-tools/commitizen v4.12.1v4.13.5 age confidence repository minor

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

commitizen-tools/commitizen (commitizen)

v4.13.5

Compare Source

Fix
  • changelog: add incremental parameter to changelog generation (#​1808)

v4.13.4

Compare Source

Fix
  • pre-commit-hooks: correct rev-range syntax in commitizen-branch (#​1841)

v4.13.3

Compare Source

Refactor
  • version_schemes: shorten generate_prerelease (#​1838)

v4.13.2

Compare Source

Refactor
  • simplify code with pathlib Path object (#​1840)
  • tags: extract version resolution method (#​1839)

v4.13.1

Compare Source

Refactor
  • config: replace is_empty_config with contains_commitizen_section, improve multi config resolution algorithm (#​1842)

v4.13.0

Compare Source

Feat
  • bump: add --version-files-only and deprecate --files-only (#​1802)
  • version: add --tag tag to version command (#​1819)
  • cli: add description when choosing a commit rule (#​1825)
  • tags: enable version schemes with less than 3 components (#​1705)
Fix
  • config: include pyproject.toml in multi config file warning (#​1803)
  • add pytest ruff rule PT and fix missing deprecation warning (#​1826)
  • message_length_limit: align the behavior of message_length_limit (#​1813)
  • cli: capitalize the first characters of help texts and fix minor grammar errors
Refactor
  • replace hard-coded string "cz_conventional_commits" with DEFAULT_SETTINGS (#​1830)
  • bump: fix unbounded variable type issue

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [commitizen](https://github.com/commitizen-tools/commitizen) ([changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)) | `==4.12.1` → `==4.13.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/commitizen/4.13.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/commitizen/4.12.1/4.13.5?slim=true) | dependency-groups | minor | | [commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen) | `v4.12.1` → `v4.13.5` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/commitizen-tools%2fcommitizen/v4.13.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/commitizen-tools%2fcommitizen/v4.12.1/v4.13.5?slim=true) | repository | minor | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>commitizen-tools/commitizen (commitizen)</summary> ### [`v4.13.5`](https://github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v4135-2026-02-05) [Compare Source](https://github.com/commitizen-tools/commitizen/compare/v4.13.4...v4.13.5) ##### Fix - **changelog**: add incremental parameter to changelog generation ([#&#8203;1808](https://github.com/commitizen-tools/commitizen/issues/1808)) ### [`v4.13.4`](https://github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v4134-2026-02-04) [Compare Source](https://github.com/commitizen-tools/commitizen/compare/v4.13.3...v4.13.4) ##### Fix - **pre-commit-hooks**: correct rev-range syntax in commitizen-branch ([#&#8203;1841](https://github.com/commitizen-tools/commitizen/issues/1841)) ### [`v4.13.3`](https://github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v4133-2026-02-04) [Compare Source](https://github.com/commitizen-tools/commitizen/compare/v4.13.2...v4.13.3) ##### Refactor - **version\_schemes**: shorten generate\_prerelease ([#&#8203;1838](https://github.com/commitizen-tools/commitizen/issues/1838)) ### [`v4.13.2`](https://github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v4132-2026-02-03) [Compare Source](https://github.com/commitizen-tools/commitizen/compare/v4.13.1...v4.13.2) ##### Refactor - simplify code with pathlib Path object ([#&#8203;1840](https://github.com/commitizen-tools/commitizen/issues/1840)) - **tags**: extract version resolution method ([#&#8203;1839](https://github.com/commitizen-tools/commitizen/issues/1839)) ### [`v4.13.1`](https://github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v4131-2026-02-03) [Compare Source](https://github.com/commitizen-tools/commitizen/compare/v4.13.0...v4.13.1) ##### Refactor - **config**: replace is\_empty\_config with contains\_commitizen\_section, improve multi config resolution algorithm ([#&#8203;1842](https://github.com/commitizen-tools/commitizen/issues/1842)) ### [`v4.13.0`](https://github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v4130-2026-02-01) [Compare Source](https://github.com/commitizen-tools/commitizen/compare/v4.12.1...v4.13.0) ##### Feat - **bump**: add --version-files-only and deprecate --files-only ([#&#8203;1802](https://github.com/commitizen-tools/commitizen/issues/1802)) - **version**: add --tag tag to version command ([#&#8203;1819](https://github.com/commitizen-tools/commitizen/issues/1819)) - **cli**: add description when choosing a commit rule ([#&#8203;1825](https://github.com/commitizen-tools/commitizen/issues/1825)) - **tags**: enable version schemes with less than 3 components ([#&#8203;1705](https://github.com/commitizen-tools/commitizen/issues/1705)) ##### Fix - **config**: include pyproject.toml in multi config file warning ([#&#8203;1803](https://github.com/commitizen-tools/commitizen/issues/1803)) - add pytest ruff rule PT and fix missing deprecation warning ([#&#8203;1826](https://github.com/commitizen-tools/commitizen/issues/1826)) - **message\_length\_limit**: align the behavior of message\_length\_limit ([#&#8203;1813](https://github.com/commitizen-tools/commitizen/issues/1813)) - **cli**: capitalize the first characters of help texts and fix minor grammar errors ##### Refactor - replace hard-coded string "cz\_conventional\_commits" with DEFAULT\_SETTINGS ([#&#8203;1830](https://github.com/commitizen-tools/commitizen/issues/1830)) - **bump**: fix unbounded variable type issue </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update commitizen to v4.13.5
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
9e945eea3a
renovate scheduled this pull request to auto merge when all checks succeed 2026-02-05 15:42:08 +00:00
renovate deleted branch renovate/commitizen 2026-02-05 15:43:00 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BjoernPetersen/bs-config!15
No description provided.