Skip to content

Commit

Permalink
#25 use release drafter to perform release
Browse files Browse the repository at this point in the history
  • Loading branch information
kasramp committed Apr 30, 2023
1 parent ef6c889 commit 8122ed3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/generate_release_note.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Generate Release Note
on:
release:
types: [published]
jobs:
generate-release-notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate Release Note
uses: release-drafter/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-path: .github/release.yml

0 comments on commit 8122ed3

Please sign in to comment.