Support SemVer for System Version #671
siegenthalerroger
started this conversation in
Ideas
Replies: 0 comments
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.
-
We are trialing Mongock at our company and are running in to a few pain points surrounding the ordering of
ChangeUnits
.We would like to be able to use a Semantic Versioning for our system version. This isn't possible currently, as the comparator used by Mongock is "alphabetical" and doesn't do the ordering as we'd expect. This leads to us having to pad the version numbers to ensure correct ordering.
22.0
/22.0.3
0022-000
Our idea would be to support a "semver" Comparator or even better allow the setting of custom Comparators.
Beta Was this translation helpful? Give feedback.
All reactions