-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release changlog should show full PR title when it contains & (ampersand) #2460
Comments
@MrHash can you share your config or even better a minimally repo that reproduce the issue? |
here's the .autorc, i think the bug is in the conventional commits plugin, i remember looking at it, should have linked the code
|
just to debug a bit.
|
nothing really, that just disables creation of changelog file in root, not the release notes. maybe you can adjust the tests |
TBH this is an old issue, i'm not sure if it's valid anymore. I think best to close until i see it again. thanks anyway |
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: