Skip to content
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

fix(xtask): Correct version prefix to include 'v' #155

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

alilleybrinker
Copy link
Member

For the version comparison against what's expected by git-cliff, we
have to do some version string parsing, and this involves stripping
a prefix off which specifies the crate to only get the actual
version number triple portion. The prior prefix used was missing the
letter "v" which is part of the prefix, and so parsing failed in
practice. This commit adds the missing part of the prefix.

For the version comparison against what's expected by `git-cliff`, we
have to do some version string parsing, and this involves stripping
a prefix off which specifies the crate to _only_ get the actual
version number triple portion. The prior prefix used was missing the
letter "v" which is part of the prefix, and so parsing failed in
practice. This commit adds the missing part of the prefix.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
@alilleybrinker alilleybrinker merged commit 06654bc into main Mar 6, 2024
8 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/fix-version-prefix branch March 6, 2024 18:34
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.

1 participant