Handling git tags that differ from dependency management version #44056
-
How are you running Renovate?Self-hosted Renovate CLI Which platform you running Renovate on?Other (please specify) Which version of Renovate are you using?43.167 Please tell us more about your question or problemWe're running 43.167 of the Renovate CLI to update maven dependencies that are hosted on Github. I've observed that Renovate submits PRs with the release notes omitted when the source Github repository lacks a I have yet to find a way to configure renovate to use the semantic version with maven and a prefixed semantic version with Github releases. Is this possible to achieve through configuration? Also, running on BitBucket via https://hub.docker.com/r/renovate/renovate. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
No. A real fix would need something like a dedicated tag-prefix / release-notes-specific extract option, separate from the datasource's |
Beta Was this translation helpful? Give feedback.
No.
A real fix would need something like a dedicated tag-prefix / release-notes-specific extract option, separate from the datasource's
extractVersion. @viceice Should it be a feature request?