Exclude automated PRs from release notes
Added configuration to exclude PRs with the 'automated' label from release notes.
This commit is contained in:
committed by
GitHub
parent
c7af2eb1a8
commit
0b1ce29b64
6
.github/release-drafter.yml
vendored
6
.github/release-drafter.yml
vendored
@@ -1,6 +1,11 @@
|
|||||||
# Template for release drafts
|
# Template for release drafts
|
||||||
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
|
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
|
||||||
tag-template: 'v$NEXT_PATCH_VERSION'
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
||||||
|
|
||||||
|
# Exclude PRs with this label from release notes
|
||||||
|
exclude-labels:
|
||||||
|
- automated
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- title: "🚀 Features"
|
- title: "🚀 Features"
|
||||||
labels:
|
labels:
|
||||||
@@ -17,6 +22,7 @@ categories:
|
|||||||
labels:
|
labels:
|
||||||
- dependencies
|
- dependencies
|
||||||
- javascript
|
- javascript
|
||||||
|
|
||||||
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
|
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
|
||||||
change-title-template: '### $TITLE'
|
change-title-template: '### $TITLE'
|
||||||
template: |
|
template: |
|
||||||
|
|||||||
Reference in New Issue
Block a user