Automating "don't forget to update the version in..." comments #8461
andrewaylett
started this conversation in
Ideas
Replies: 1 comment 7 replies
|
@thoughtpolice has investigated such things in the past but it isn't currently possible because the project is owned by Google and this has some issues with the CLA. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've seen a few places around the code-base that have comments along the lines of "don't forget to update this version in x, y, and z". For example, the msrv, and the version of uv.
In other projects, I've managed these kinds of versions either by adding consistency checks or (better when appropriate) by using Renovate to manage bumping versions in-place using the regex or jsonata managers.
I'll note particularly that not auto-bumping obscure dependencies means we're using quite an old version of
uv.Thoughts?
All reactions