Closed jbtrystram closed 1 year ago
Question for the person that will review this :
Should the semver.dog file define the regexp for pre and build as well ? (Note that the above regexps are probably wrong)
semver.dog
pattern alphanumeric-identifier = string::regexp<"[a-Za-z0-9]"> pattern pre-release = alphanumeric-identifier pattern build = alphanumeric-identifier pattern semver = { major: integer, minor: integer, patch: integer, pre?: pre-release, build?: build, }
Question for the person that will review this :
Should the
semver.dog
file define the regexp for pre and build as well ? (Note that the above regexps are probably wrong)