diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 275b98a4..00000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Config for https://github.com/release-drafter/release-drafter -name-template: 'Play Ebean, This module provides Ebean support for Play Framework.' -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 5b27fd67..c7ada3ec 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 @@ -11,5 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: release-drafter/release-drafter@v5 + with: + name: "Play Ebean $RESOLVED_VERSION" + config-name: release-drafts/increasing-minor-version.yml # located in .github/ in the default branch within this or the .github repo + commitish: ${{ env.GITHUB_REF_NAME }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}