Create release-drafter.yml

This commit is contained in:
Paulus Schoutsen 2022-02-17 08:55:05 -08:00 committed by GitHub
parent 4923e609fd
commit 332cc9fa76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/release-drafter.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}