Commit 7c07cd9
committed
ci(release-drafter): escape @ and # in PR-title release notes
PR titles that mention a decorator (e.g. `@schema`) or an issue (e.g.
`feat(#1425):`) were rendering as live GitHub mentions/links in the drafted
release notes — the `@schema` in #1467's title showed up as a spurious
"Schema" contributor on the v2.3.0 draft. Add @ and # to change-title-escapes
(the config comment already documents this) so title text stays literal while
the template's real $AUTHOR credit and (#PR) link are unaffected.1 parent 44c86e6 commit 7c07cd9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments