diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 2f50e90..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,8 +0,0 @@ -change-template: '- #$NUMBER $TITLE @$AUTHOR' -sort-direction: ascending -exclude-labels: - - "release-drafter-ignore" -template: | - ## What’s Changed - - $CHANGES \ No newline at end of file diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml deleted file mode 100644 index 8805678..0000000 --- a/.github/workflows/release-drafter.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Release Drafter - -on: - push: - branches: - - master - -jobs: - release-drafter: - name: Release Drafter - runs-on: ubuntu-latest - steps: - - name: 🏃 Run Release Drafter - uses: release-drafter/release-drafter@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file