Skip to content

Merge pull request #509 from scala-steward/update/9.1.x/patches #289

Merge pull request #509 from scala-steward/update/9.1.x/patches

Merge pull request #509 from scala-steward/update/9.1.x/patches #289

name: Release Drafter
on:
push:
branches:
- 9.1.x
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7
with:
name: "Play Mailer $RESOLVED_VERSION"
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
commitish: ${{ github.ref_name }}
env:
token: ${{ secrets.GITHUB_TOKEN }}