We are trying to construct a version scheme for our milestone builds that will look like this: ${major}.${minor}${label}-${build} so a concrete example would be 1.2QA-3 say.
The question I have is how is Ivy's version matching going to cope with this. Will it detect that 1.2M-4 is newer than 1.2QA-3 for example? cheers