You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hotfix tag incrementing for multiple PRs merged to branch
Extract base version from existing hotfix tags and use stricter regex to count only relevant hotfix tags. This ensures each PR merge creates the next hotfix number correctly (e.g., hotfix-1, hotfix-2, etc.).
0 commit comments