v4: Add Release Drafter (#30701)

* Create release-drafter.yml
* Create release-notes.yml
This commit is contained in:
Mark Otto 2020-05-01 01:22:10 -07:00 committed by GitHub
parent e344ed4446
commit f93e58eddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

14
.github/workflows/release-notes.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Release notes
on:
push:
branches:
- v4-dev
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}