add broader support for semver constraints #307
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The current readme notes that semver only supports alpha/beta/rc prereleases, and that variants are either ignored or must be an exact match.
There are images that don't fall in these constraints, but are still valid semver. For example:
1.2.3-variant-revision1
1.2.3-variant-revision2
I would like to be able to watch for the latest
revision
ofvariant
.More generally, I do not want restrictions on what valid semver tags can be used.
The readme links to mastermind as the underlying semver lib, which does handle these patterns:
The text was updated successfully, but these errors were encountered: