fix(versioning/ruby): prevent extra vv prefix addition#35667
fix(versioning/ruby): prevent extra vv prefix addition#35667rarkins merged 2 commits intorenovatebot:mainfrom
vv prefix addition#35667Conversation
viceice
left a comment
There was a problem hiding this comment.
we should also check docker versioning, it can flipping the v prefix if both tags are available. can be tested with traefik image
Seems to be working fine https://github.com/Rahul-renovate-testing/v-prefix-docker/pull/1/files |
use the three part tags |
Rahul-renovate-testing/v-prefix-docker#3 if Created a new issue out of it to prevent the |
|
🎉 This PR is included in version 40.0.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Modified the if check in
getNewValuefunciton so it only adds avto the new value being computed if:a)
currrentValuehasvpreifxb)
newVersiondoesn't havevprefixContext
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: