Replies: 1 comment 2 replies
-
|
That versioning scheme seems to be incompatible with SemVer. If you've tagged 2.3.4, then 2.3.4 is released. There can't be another 2.3.4. The next version would have to be 2.3.5, 2.4.0, or 3.0.0. MinVer assumes SemVer versioning, so if you want this versioning scheme, you probably need a different solution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
on tag "v2.3.4" and commit after, i have:
i want
Beta Was this translation helpful? Give feedback.
All reactions