From aa1e2ffb0374e07ff9a7a11805e21d6ee12e752f Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 27 Jan 2022 20:14:19 -0800 Subject: [PATCH] Delete release-drafter.yml GitHub now has an easy-to-use button to automatically add release notes. Therefore it's not necessary to use this yaml for an app we experimented with a while back. --- .github/release-drafter.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index d6ee835bb..000000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,7 +0,0 @@ -template: | - $CHANGES - - TODO: - - [ ] Replace 'master' with next tag once created - - [See full changelog](https://github.com/PyCQA/bandit/compare/$PREVIOUS_TAG...master)