8000 Remove the `g` prefix in commit IDs almost everywhere by AArnott · Pull Request #269 · dotnet/Nerdbank.GitVersioning · GitHub
[go: up one dir, main page]

Skip to content

Remove the g prefix in commit IDs almost everywhere #269

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 1 commit into from
Dec 9, 2018
Merged

Conversation

AArnott
Copy link
Collaborator
@AArnott AArnott commented Dec 9, 2018

This removes g basically everywhere except for semver 1.0 compliant NuGet package versions, since older NuGet clients can't handle -prerelease tags that start with a digit (which some commit IDs do). For these, we still prefix the g as the convention to ensure that the prerelease tag starts with a letter.

Fixes #260

This removes `g` basically everywhere except for semver 1.0 compliant NuGet package versions, since older NuGet clients can't handle -prerelease tags that start with a digit (which some commit IDs do). For these, we still prefix the `g` as the convention to ensure that the prerelease tag starts with a letter.

Fixes #260
@AArnott AArnott self-assigned this Dec 9, 2018
@AArnott AArnott added this to the 2.3 milestone Dec 9, 2018
@AArnott AArnott merged commit 7b964a0 into master Dec 9, 2018
@AArnott AArnott deleted the fix260 branch December 9, 2018 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow disabling "g" prefix for commit hash in version number
1 participant
0