You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a dev release I cannot create any release (dev or regular). The issue can be resolved if I remove the dev release from the changelog.
Also based on the documentation one would expect X.Y.devN version to work, but that is not the case.
Steps to reproduce
Create a dev release by running: cz bump --devrelease 1
Changelog now contains entry for this dev release
Create a regular release by running: cz bump
Current behavior
Error message:
change: Update version to 4.8.0
tag to create: v4.8.0
increment detected: MINOR
No tag found to do an incremental changelog
Seems like the only issue here is the changelog parsing.
Desired behavior
Commitizen should be able to parse the changelog and create a new release. Remove the dev release from the changelog and add changes to the new release.
Description
After creating a dev release I cannot create any release (dev or regular). The issue can be resolved if I remove the dev release from the changelog.
Also based on the documentation one would expect
X.Y.devN
version to work, but that is not the case.Steps to reproduce
cz bump --devrelease 1
Changelog now contains entry for this dev release
cz bump
Current behavior
Error message:
Seems like the only issue here is the changelog parsing.
Desired behavior
Commitizen should be able to parse the changelog and create a new release. Remove the dev release from the changelog and add changes to the new release.
Screenshots
No response
Environment
Commitizen version: 3.27.0
Python version: 3.12.3
OS: macOS Sonoma 14.5
Config - pyproject.toml:
The text was updated successfully, but these errors were encountered: