Skip to content

Commit

Permalink
Add release-drafter.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesking56 authored Mar 5, 2024
1 parent a55a717 commit ad63805
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Drafts your next Release notes as Pull Requests are merged into "master"
name: Release Drafter

on:
push:
branches:
- master

permissions:
contents: read

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

0 comments on commit ad63805

Please sign in to comment.