Is it possible to use only two version numbers, e.g. 1.23
#867
Unanswered
lovetheguitar
asked this question in
Q&A
Replies: 1 comment
-
You can try to write you own version scheme: https://github.com/commitizen-tools/commitizen/blob/master/commitizen/version_schemes.py#L40 You need to create a package, follow the protocol, and then register it like in the second link I think that could work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some project I need to work with those version numbers. So I'd for example just let all non-breaking changes be a "feature" bump.
Thanks in advance! :)
Beta Was this translation helpful? Give feedback.
All reactions