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(version_schemes): support arbitrary semver pre-release labels
Extend BaseVersion with a custom _VERSION_PATTERN regex that accepts
arbitrary pre-release identifiers (e.g., -release, -SNAPSHOT,
-reallyweird) instead of only PEP 440's alpha/beta/rc.
This fixes InvalidVersion errors when using tags like v0.7.1-release
or v0.0.1-SNAPSHOT with commitizen's changelog and bump commands.
Closes#950
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments