Skip to content

Commit 0b1ce29

Browse files
Exclude automated PRs from release notes
Added configuration to exclude PRs with the 'automated' label from release notes.
1 parent c7af2eb commit 0b1ce29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Template for release drafts
22
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
33
tag-template: 'v$NEXT_PATCH_VERSION'
4+
5+
# Exclude PRs with this label from release notes
6+
exclude-labels:
7+
- automated
8+
49
categories:
510
- title: "🚀 Features"
611
labels:
@@ -17,6 +22,7 @@ categories:
1722
labels:
1823
- dependencies
1924
- javascript
25+
2026
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
2127
change-title-template: '### $TITLE'
2228
template: |

0 commit comments

Comments
 (0)