diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 6da94e4..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,8 +0,0 @@ -name-template: 'Play Mailer $NEXT_PATCH_VERSION' -tag-template: '$NEXT_PATCH_VERSION' - -change-template: '- $TITLE [#$NUMBER] by [@$AUTHOR](https://github.com/$AUTHOR)' -template: | - ## Changes - - $CHANGES diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 896edaf..1a43562 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,5 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: release-drafter/release-drafter@v5 + with: + name: "Play Mailer $RESOLVED_VERSION" + config-name: release-drafts/increasing-major-version.yml # located in .github/ in the default branch within this or the .github repo + commitish: ${{ github.ref_name }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}