Skip to content

Commit

Permalink
Set up Release Drafter for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzes committed Nov 1, 2023
1 parent d56f5c4 commit 6b5b3d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release Drafter
on:
push:
branches:
- main
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 6b5b3d5

Please sign in to comment.