diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c126714..afd12c9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,11 @@ # Template for release drafts name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION tag-template: 'v$NEXT_PATCH_VERSION' + +# Exclude PRs with this label from release notes +exclude-labels: + - automated + categories: - title: "🚀 Features" labels: @@ -17,6 +22,7 @@ categories: labels: - dependencies - javascript + change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' change-title-template: '### $TITLE' template: |