From 6c1769784cca1706fa652953cabe112030c14fb2 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 31 Jan 2022 13:56:09 +0100 Subject: [PATCH] Use official release drafter action --- .github/release-drafter.yml | 1 - .github/workflows/release-drafter.yml | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index da2f56071..31e7a71f1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,3 @@ -# Config for https://github.com/toolmantim/release-drafter name-template: 'Play JSON $NEXT_PATCH_VERSION' tag-template: '$NEXT_PATCH_VERSION' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b675d7a46..896edaf4a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -2,7 +2,6 @@ name: Release Drafter on: push: - # branches to consider in the event; optional, defaults to all branches: - main @@ -10,9 +9,6 @@ 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 + - uses: release-drafter/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}