Closed
Description
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
- Create a github release manager note workflow file
- 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
Metadata
Metadata
Assignees
Labels
No labels