Skip to content

Commit

Permalink
Add release drafter with configs from .github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 8, 2022
1 parent 6a70a50 commit 4076ffe
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 4076ffe

Please sign in to comment.