-
Notifications
You must be signed in to change notification settings - Fork 65
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
[ISSUE]: Gitversion broken when using versionSpec "6.x" #1401
Comments
Ok, this type of issue related to 6.x and task 3.1.1 is repeated already in several places. I guess the confusion is the |
Yeah all good - and thanks for the prompt reply. That all makes sense, I just thought I'd let you know. FWIW I reckon if you update the versions doc that's probably enough as the error message links straight to it 👍 Thanks again @arturcic |
Closed by #1403 |
I've jumped around a few of these issues and I see explanations but none of it makes sense to me. I don't know why |
Addresses errors introduced in the gitversion action reported in GitTools/actions#1401.
@rcdailey check this https://github.com/GitTools/actions/blob/4f8e31d7651296752fc4e082b017d785d30c4a05/docs/versions.md, you should use 6.0.x instead |
Addresses errors introduced in the gitversion action reported in GitTools/actions#1401.
Prerequisites
GitVersion package
GitHub Actions
What are you seeing?
Hi there, it appears that a recent release of Gitversion has broken the Gittools action when using an ambiguous spec version, e.g.:
Latest Gitversion release is 6.1.0.
Code causing the error to be raised here (I think, not familiar with the codebase).
Error is:
Additionally the docs reference v4 of this action as the only supporting action for gitversion 6.1.0+, but I can't see a v4 release.
We can get around it by pinning the versionSpec to
6.0.5
but just wanted to raise it.What is expected?
Either v4 of this action is available or the docs are updated to reflect that versions of Gitversion >= 6.1.0 are not supported.
Steps to Reproduce
Try and run like so:
Output log or link to your CI build (if appropriate).
The text was updated successfully, but these errors were encountered: