]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Create release-notes.yml
authorMark Otto <markd.otto@gmail.com>
Wed, 25 Mar 2020 23:04:37 +0000 (16:04 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 23:04:37 +0000 (16:04 -0700)
.github/workflows/release-notes.yml [new file with mode: 0644]

diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
new file mode 100644 (file)
index 0000000..1c9932b
--- /dev/null
@@ -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 }}