-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
It seems like dynver is trying to produce a valid SemVer version as its version, but at the moment, the tag parser is a bit too flexible in what it allows:
Non SemVer tags
Input:
v123456
Expected Result:
Error or ignore tag
Actual Result:
version = 123456
Input:
v1.2.3.4
Expected Result:
Error or ignore tag
Actual Result:
version = 1.2.3.4
Input:
v1_this_really_shouldn't_be_a_valid_dynver_tag_@&%
Expected Result:
Error or ignore tag
Actual Result:
version = 1_this_really_shouldn't_be_a_valid_dynver_tag_@&%
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels