-
-
Notifications
You must be signed in to change notification settings - Fork 281
Not all versions in files get replaced #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, we're recently working on it. You could follow the discussion on #370. or try 2.16.0. |
Please check again using |
Sorry the issues is not resolved in v2.17.2. I've create a PR to show the issue and also applied a fix for it. Please check. |
Thanks @Peter-Slump !! We have also released version Thanks 👍🏻 |
Hi @woile I just ran the CI/CD pipeline based on 2.17.3 however it was not fixed there. Please view my PR to find out what the exact issue is. |
Description
Not all versions are replaced anymore.
In my project I create an Docker image based on the version tag and replace the version in a docker-compose file. However this version is not replaced since recent changes:
cd7018e#diff-ed9bead31489109a8441fbfb00d2ddec00198489b0702bab164825c2d3bd9b4f
Regex is invalid for detecting versions.
Steps to reproduce
image: my-container:v0.11.1
Current behavior
Version is not updated in file
Desired behavior
Version is also updated in file
Environment
cd7018e#diff-ed9bead31489109a8441fbfb00d2ddec00198489b0702bab164825c2d3bd9b4f
bump.py:192
The text was updated successfully, but these errors were encountered: