Minio uses the fun and original tag format RELEASE.2021-04-22T15-44-28Z, with an optional -something at the end.
The tagcmp README correctly notes that this isn't currently supported in tagcmp.
Could it be?
Parsing dates can be a bit nightmarish, but I think it would be fair enough to ignore anything that's not strictly ISO 8601-compliant, if that makes it easier enough to consider implementing: we could add further wacky formats if and when needed.
Probably worth checking for these kinds of tags last, if nothing else matches, just in case we run into something like x.y.z-2021-04-22T15-44-28Z where x.y.z is a fine semver that we'd prefer to use.
Minio uses the fun and original tag format `RELEASE.2021-04-22T15-44-28Z`, with an optional `-something` at the end.
The `tagcmp` README correctly notes that this isn't currently supported in `tagcmp`.
Could it be?
Parsing dates can be a bit nightmarish, but I think it would be fair enough to ignore anything that's not strictly [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-compliant, if that makes it easier enough to consider implementing: we could add further wacky formats if and when needed.
Probably worth checking for these kinds of tags last, if nothing else matches, just in case we run into something like `x.y.z-2021-04-22T15-44-28Z` where `x.y.z` is a fine semver that we'd prefer to use.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Minio uses the fun and original tag format
RELEASE.2021-04-22T15-44-28Z, with an optional-somethingat the end.The
tagcmpREADME correctly notes that this isn't currently supported intagcmp.Could it be?
Parsing dates can be a bit nightmarish, but I think it would be fair enough to ignore anything that's not strictly ISO 8601-compliant, if that makes it easier enough to consider implementing: we could add further wacky formats if and when needed.
Probably worth checking for these kinds of tags last, if nothing else matches, just in case we run into something like
x.y.z-2021-04-22T15-44-28Zwherex.y.zis a fine semver that we'd prefer to use.