-
-
Notifications
You must be signed in to change notification settings - Fork 342
Bump Increments PATCH Version on ci Commit #1772
Copy link
Copy link
Open
Labels
issue-status: needs-triageissue-status: pr-createdissue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featureos: Linuxissues related to linuxissues related to linuxtype: bug
Metadata
Metadata
Assignees
Labels
issue-status: needs-triageissue-status: pr-createdissue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featureos: Linuxissues related to linuxissues related to linuxtype: bug
Description
I've just received a patch bump on a CI commit, when neither the preceding nor succeeding CI commit resulted in a bump at all.
This is possibly the same cause as #695, as the auto-generated messages from dependabot includes "matching" messages in some cases in the body.
Steps to reproduce
.cz.tomlfile:cz --no-raise 21 bump --get-next, and observe that it outputs a version bump(I'm sorry, this is a private repo, so I can't point you at a repo itself)
Current behavior
It unexpectedly issued a new bump version.
If a changelog is generated, eg with
cz changelog v<new version> --file-name <some file name>, it outputs a changelog without a list of changes:## v0.2.1 (2026-01-05)Desired behavior
No version bump
Screenshots
No response
Environment
Commitizen Version: 4.11.0
Python Version: 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0]
Operating System: Linux