Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release_drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ categories:
- title: '📝 Documentation'
label: 'documentation'
change-template: '- $TITLE(#$NUMBER)@$AUTHOR'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
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.
template: |
$CHANGES

Expand Down
Loading