Skip to content

Commit

Permalink
Use official release drafter action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 31, 2022
1 parent 8a221e6 commit 6c17697
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 6c17697

Please sign in to comment.