[ci skip] Setup release drafter for future work

This commit is contained in:
NotMyFault 2021-11-22 09:44:24 +01:00
parent fc4517fe4c
commit 4b57a34f59
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 15 additions and 0 deletions

1
.github/release-drafter.yml vendored Normal file
View File

@ -0,0 +1 @@
_extends: .github

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

@ -0,0 +1,14 @@
name: "draft release"
on:
push:
branches:
- "2.0.0"
jobs:
update_release_draft:
runs-on: "ubuntu-latest"
steps:
- uses: "release-drafter/release-drafter@v5.15.0"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}