github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Issue on Renovate Upgrade due to wrong Tag name format
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
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.