Skip to content

[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
@alexwebster

Description

@alexwebster

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions