diff --git a/.github/release-drafter_github.yml b/.github/release-drafter_github.yml deleted file mode 100644 index 2c86ae3..0000000 --- a/.github/release-drafter_github.yml +++ /dev/null @@ -1,23 +0,0 @@ -name-template: "Release $COMPLETE" -tag-template: "v$COMPLETE" -draft: false - -exclude: - pulls: true -exclude-labels: - - changelog-ignore - -categories: - - title: "Features" - labels: ["feature", "enhancement"] - - title: "Fixes" - labels: ["bug"] - - title: "Maintenance" - labels: ["chore", "refactor"] - -change-template: "- $TITLE ([#$NUMBER]($URL))" - -template: | - ## Changes - - $CHANGES