Skip to content

Commit

Permalink
Merge pull request #161 from tkrs/release-drafter
Browse files Browse the repository at this point in the history
ci: use release-drafter
  • Loading branch information
tkrs committed Nov 30, 2020
2 parents 68252bc + a1fd72f commit 09313f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
@@ -0,0 +1,4 @@
template: |
## What’s Changed
$CHANGES
13 changes: 13 additions & 0 deletions .github/workflows/release-drafter.yml
@@ -0,0 +1,13 @@
name: Release Drafter

on:
push:
branches: [main, master]

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09313f5

Please sign in to comment.