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 c7af2eb commit 0b1ce29Copy full SHA for 0b1ce29
.github/release-drafter.yml
@@ -1,6 +1,11 @@
1
# Template for release drafts
2
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
3
tag-template: 'v$NEXT_PATCH_VERSION'
4
+
5
+# Exclude PRs with this label from release notes
6
+exclude-labels:
7
+ - automated
8
9
categories:
10
- title: "🚀 Features"
11
labels:
@@ -17,6 +22,7 @@ categories:
17
22
18
23
- dependencies
19
24
- javascript
25
20
26
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
21
27
change-title-template: '### $TITLE'
28
template: |
0 commit comments