Aaah ok, so my usage should have been v1.0.0-pre-release.1 and v1.0.0-pre-release.2 ; and indeed, when I've tested it it does work.
Thank you On Wednesday, April 29, 2020 at 8:41:39 PM UTC, Sean Liao wrote: > > semver point 10: > > Build metadata MUST be ignored when determining version precedence. > > chat log from slack: > > 22:29 bcmills Tags with metadata are not unique: there is only a partial > order among them, not a total order. > > 22:30 In contrast, MVS requires a total order. (We can't choose between > vX.Y.Z+a and vX.Y.Z+b, because SemVer defines them to be of equal > precedence.) > > 22:31 So instead, we accept the tag but convert it to a very nearby > pseudo-version, which restores the total-order property. > > 22:32 bcmills (We can't just reduce it to vX.Y.Z, because that version > could have its own tag on yet another different commit.) > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/735eed3c-5920-4d25-9a31-4c8e0edede56%40googlegroups.com.
