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

[ISSUE]: Getting an issue with Version spec '0.17.0' resolved as '0.17.0' does not satisfy the range '>=0.13.0 <0.17.0'. #1072

Closed
2 tasks done
alexwebster opened this issue Mar 11, 2024 · 2 comments · Fixed by #1073

Comments

@alexwebster
Copy link

Prerequisites

  • I have written a descriptive issue title
  • I have searched issues to ensure it has not already been reported

GitVersion package

GitHub Actions

What are you seeing?

I am seeing the following issue Version spec '0.17.0' resolved as '0.17.0' does not satisfy the range '>=0.13.0 <0.17.0'. on the Workfile yml file and displays the following link https://raw.githubusercontent.com/GitTools/actions/main/docs/versions.md but what is in file src/tools/gitreleasemanager/tool.ts on link a8dc673 does not match the GitReleaseManager version.

What is expected?

What I expect to see is in the tools.ts file is >=0.10.0 <0.18.0 not >=0.10.0 <0.17.0. This way the error that I am receving in my workflow file goes away.

Steps to Reproduce

  1. Create a github release manager note workflow file
  2. Set up to use v0.17.0 as the Version Spec and setup v0.13.4

Output log or link to your CI build (if appropriate).

Error: Version spec '0.17.0' resolved as '0.17.0' does not satisfy the range '>=0.13.0 <0.17.0'.Check https://raw.githubusercontent.com/GitTools/actions/main/docs/versions.md for more information
arturcic added a commit to arturcic/gittools-actions that referenced this issue Mar 11, 2024
arturcic added a commit that referenced this issue Mar 11, 2024
@alexwebster
Copy link
Author

@arturcic When will this be tagged so that I can test on my workflow file?

@arturcic
Copy link
Member

in progress

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 a pull request may close this issue.

2 participants