github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

Issue on Renovate Upgrade due to wrong Tag name format

Open kpanot opened this issue 11 months ago • 1 comments

Issue description

Due to wrong tag name format, Renovate does not success to do the version lookup.

Issue reported

{
  "warnings": [
    "Could not determine new digest for update (github-tags package gaurav-nelson/github-action-markdown-link-check)"
  ]
  "files": [
  ]
}

Solution proposed

Prefix the existing tag versions with v to follow Semver Standard

References

  • Git Tag format reference: https://semver.org/spec/v1.0.0.html#tagging-specification-semvertag
  • Renovate Dependency version lookup: https://docs.renovatebot.com/getting-started/private-packages/#dependency-version-lookups

kpanot avatar Mar 19 '24 03:03 kpanot

Thank you @kpanot I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.

gaurav-nelson avatar May 14 '24 12:05 gaurav-nelson