-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Feature request
Is your feature request related to a problem? Please describe.
The semver standard does support, for example, build numbers that are indicated by a plus sign (e.g. as in 1.2.3+4). The regex in the info.xsd does not allow them. There are two regex on semver.org that could be used: https://semver.org/#spec-item-10