From 1f919a15fe5869fdb6a6dacad7980a136b9ffa47 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 6 Oct 2021 14:15:04 +0100 Subject: [PATCH] Drop release-drafter now that it's GH native --- .github/release-drafter.yml | 8 -------- .github/workflows/release-drafter.yml | 18 ------------------ 2 files changed, 26 deletions(-) delete mode 100644 .github/release-drafter.yml delete mode 100644 .github/workflows/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 909dbbb7..00000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Config for https://github.com/toolmantim/release-drafter -name-template: '$NEXT_PATCH_VERSION' - -change-template: '- $TITLE [#$NUMBER](https://github.com/lightbend/mima/pull/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)' -template: | - ## Changes - - $CHANGES diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml deleted file mode 100644 index b9ab77ef..00000000 --- a/.github/workflows/release-drafter.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Release Drafter - -on: - push: - # branches to consider in the event; optional, defaults to all - branches: - - master - -jobs: - update_release_draft: - runs-on: ubuntu-latest - steps: - # Drafts your next Release notes as Pull Requests are merged - # https://github.com/raboof/release-drafter/releases - # fork of https://github.com/release-drafter/release-drafter/releases - - uses: raboof/release-drafter@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}