1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Create release-notes.yml

This commit is contained in:
Mark Otto 2020-03-25 16:04:37 -07:00 committed by GitHub
parent b9bc5beb1d
commit 0ed53ff15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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