Skip to content

Commit

Permalink
Merge pull request #198 from mkurz/release_drafter
Browse files Browse the repository at this point in the history
Add release drafter with configs from .github repo
  • Loading branch information
mkurz authored Feb 8, 2022
2 parents 6a70a50 + 4076ffe commit b9c85ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/release-drafter.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b9c85ff

Please sign in to comment.