Skip to content

Conversation

@Skoucail
Copy link
Contributor

@Skoucail Skoucail commented Jun 7, 2019

Hey,

I found some time to do the fix for #1520.

And according to the Semantic Versioning 2.0.0 spec in the metadata they only allow a-z A-Z 0-9 '.' and '-' All other chars should be replaced by '-' as '.' is to split identifiers.

Build metadata MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch or pre-release version. Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Build metadata SHOULD be ignored when determining version precedence. Thus two versions that differ only in the build metadata, have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85.

(Its my first ever pull request, so hope i did everything the correct way)

@arturcic arturcic requested a review from asbjornu June 27, 2019 10:48
@asbjornu asbjornu merged commit 7a4e405 into GitTools:master Jun 27, 2019
@asbjornu
Copy link
Member

Thanks for your contribution, @Skoucail!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants