Fix latest tagging in hotfix/release - #4683
Conversation
|
Claude finished @jmg-duarte's task in 2m 11s —— View job PR Review: Fix latest tagging in hotfix/releaseNice fix — switching from Inline findings
Additional note (couldn't attach inline — outside the diff)
Everything else (token wiring, |
MartinquaXD
left a comment
There was a problem hiding this comment.
Makes sense to me. 👍
|
No strong opinion, but I guess it was a problem with the intermediate release, not the CI job, where someone just put the "latest" tag on it instead of keeping v2.372.x to be the latest. |
Description
Fixes hotfix/release tagging to rely on the latest version instead of the "latest" whatever is available.
This bug led to the following being mischaracterized as part of 2.371 when we're releasing 2.372
Changes
gh apito fetch the latest 10 releases, sort by version, use the latest one to compute the next versionHow to test
Run a PR with this, candidate will be #4679