From bf01c674ea0ccdca8dc5d8b1dacc06e8c1986588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 8 Nov 2021 14:49:50 +0100 Subject: [PATCH] Remove release drafter --- .github/release-draft-template.yml | 13 ------------- .github/workflows/release-drafter.yml | 16 ---------------- 2 files changed, 29 deletions(-) delete mode 100644 .github/release-draft-template.yml delete mode 100644 .github/workflows/release-drafter.yml diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml deleted file mode 100644 index 33a8d7cb8..000000000 --- a/.github/release-draft-template.yml +++ /dev/null @@ -1,13 +0,0 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' -version-template: '0.21.0-alpha.$PATCH' -exclude-labels: - - 'skip-changelog' -template: | - ## Changes - - $CHANGES -no-changes-template: 'Changes are coming soon 😎' -sort-direction: 'ascending' -version-resolver: - default: patch diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml deleted file mode 100644 index 9ec8b9d64..000000000 --- a/.github/workflows/release-drafter.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Release Drafter - -on: - push: - branches: - - main - -jobs: - update_release_draft: - runs-on: ubuntu-latest - steps: - - uses: release-drafter/release-drafter@v5 - with: - config-name: release-draft-template.yml - env: - GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}