Skip to content

Commit

Permalink
Merge pull request #709 from mkurz/correct_release-drafter
Browse files Browse the repository at this point in the history
Use official release drafter action
  • Loading branch information
mkurz authored Feb 1, 2022
2 parents 8a221e6 + 6c17697 commit cc85adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Config for https://github.com/toolmantim/release-drafter
name-template: 'Play JSON $NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'

Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged
# https://github.com/raboof/release-drafter/releases
# fork of https://github.com/release-drafter/release-drafter/releases
- uses: raboof/release-drafter@v5
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc85adc

Please sign in to comment.