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
PR title is missing in release changelog when the title contains square brackets.
To Reproduce
Run shipit to create a release from a squash merge containing a conventional or other commit followed by square brackets: e.g. fix: [ref-xzy] fixing thing & other
The release changelog shows: fix: #prnumber (author)
Expected behavior
The release changelog should show: fix: [ref-xzy] fixing a thing & other #prnumber (author)
Additional context
The text was updated successfully, but these errors were encountered:
MrHash
changed the title
Release changlog should show full PR title when it contains square brackets
Release changlog should show full PR title when it contains & (ampersand)
May 7, 2024
Describe the bug
PR title is missing in release changelog when the title contains square brackets.
To Reproduce
Run shipit to create a release from a squash merge containing a conventional or other commit followed by square brackets: e.g.
fix: [ref-xzy] fixing thing & other
The release changelog shows:
fix: #prnumber (author)
Expected behavior
The release changelog should show:
fix: [ref-xzy] fixing a thing & other #prnumber (author)
Additional context
The text was updated successfully, but these errors were encountered: