Skip to content

Try to fix commitizen bumping issue#1003

Merged
aplowman merged 1 commit into
developfrom
fix/cz-bump
Jun 15, 2026
Merged

Try to fix commitizen bumping issue#1003
aplowman merged 1 commit into
developfrom
fix/cz-bump

Conversation

@aplowman

Copy link
Copy Markdown
Contributor

After a "stable" release (e.g. 0.2.0), PRs that merge into develop do not release properly if commitizen can not find any bump-worthy commits. Currently, only feat, fix and BREAKING CHANGE are considered worthy. This is not an issue if the current tag already includes a pre-release descriptor (e.g. 0.2.1a0); commitizen just increments the pre-release part. After a "stable" release, the current tag doesn't include this pre-release part.

This PR aims to tell commitzen to always bump at least by a PATCH level, for all commit types that we consider valid.

@aplowman aplowman requested a review from a team as a code owner June 15, 2026 11:04
@aplowman aplowman merged commit 4968787 into develop Jun 15, 2026
25 checks passed
@aplowman aplowman deleted the fix/cz-bump branch June 15, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant