diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 7366e78c..da696558 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,3 @@ -name-template: '$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' tag-prefix: "" categories: - title: '🚀 Features' @@ -21,10 +19,6 @@ template: | $CHANGES - ## Contributors - - $CONTRIBUTORS - change-title-escapes: '\<*_&"''' autolabeler: - label: 'documentation' @@ -57,4 +51,6 @@ replacers: - search: /`/g replace: '' exclude-labels: - - 'skip-changelog' \ No newline at end of file + - 'skip-changelog' + +filter-by-commitish: true \ No newline at end of file