We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefeae1 commit c5d0fd6Copy full SHA for c5d0fd6
.github/release-draft-template.yml
@@ -8,7 +8,7 @@ version-resolver:
8
- 'breaking-change'
9
default: patch
10
categories:
11
- - title: 'Breaking changes'
+ - title: 'Breaking changes ⚠️'
12
label: 'breaking-change'
13
template: |
14
## Changes
@@ -21,3 +21,5 @@ sort-direction: 'ascending'
21
replacers:
22
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
23
replace: ''
24
+ - search: '/(?:and )?@bors(?:\[bot\])?,?/g'
25
+ replace: ''
0 commit comments