Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b50840c

Browse files
Merge pull request #1475 from datajoint/fix/release-drafter-escape-mentions
ci(release-drafter): escape @ and # in release-note PR titles
2 parents 0f92e0f + 7c07cd9 commit b50840c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release_drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ categories:
2828
- title: '📝 Documentation'
2929
label: 'documentation'
3030
change-template: '- $TITLE(#$NUMBER)@$AUTHOR'
31-
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
31+
change-title-escapes: '\<*_&@#' # escape @ and # so decorator/issue refs in PR titles (e.g. `@schema`) don't render as spurious mentions/links in release notes.
3232
template: |
3333
$CHANGES
3434

0 commit comments

Comments
 (0)