Skip to content

Comply with the SemVer2.0 format in Metadata #1704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 27, 2019
Merged

Comply with the SemVer2.0 format in Metadata #1704

merged 4 commits into from
Jun 27, 2019

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!

@arturcic arturcic added this to the 5.0.0 milestone Jun 27, 2019
@Skoucail Skoucail deleted the feature/issue-1520 branch August 13, 2019 12:16
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