Skip to content

Commit

Permalink
Merge pull request #493 from mkurz/fix_release_drafter_15x
Browse files Browse the repository at this point in the history
[1.5.x] Use correct release drafter template
  • Loading branch information
mkurz authored Feb 6, 2022
2 parents 0b904de + 7a96b18 commit 9bee89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5
with:
# name: "Twirl $RESOLVED_VERSION"
config-name: release-drafts/minor-release.yml # located in .github/ in the default branch within this or the .github repo
name: "Twirl $RESOLVED_VERSION"
config-name: release-drafts/increasing-patch-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 }}

0 comments on commit 9bee89b

Please sign in to comment.