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
fix(bump): manual version bump if prerelease offset is configured
If you use the prerelase offset in the .cz.toml, as in the following
example, no bump with a manual version number is possible.
The error occurs when bumping with manual version number:
cz bump 9.8.7
--prerelease-offset cannot be combined with MANUAL_VERSION
```toml
[tool.commitizen]
changelog_incremental = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.2.0b13"
prerelease_offset = 1
```
0 commit comments