fix: next version fix label PR#17822
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Comment made on Slack: Hi @tommasini , I just had a look at the current situation to better understand:
Since the scripts takes the highest of all 3 and bumps the minor version we end up labeling issues with 7.55.0, while we'd like to label them with 7.54.0. This being said, I think the source of truth for the next semver version we automatically apply as label should be whether the release was cut or not. This info is given by the existence of the release/x.y.z branch. So a fix could be to remove line 19 from the script: and update line 22 to rely only on branches and tags, and not on package.json anymore: => What do you think? |
…sion from branch or tag and increment
|



Description
Instead of incrementing the minor version, now we stay with the highest
Same PR for Extension
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist