We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17703c9 commit 30fe94bCopy full SHA for 30fe94b
.github/workflows/release-drafter.yml
@@ -0,0 +1,17 @@
1
+# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
2
+
3
+name: Release Drafter
4
5
+on:
6
+ push:
7
+ branches:
8
+ - "master"
9
10
+jobs:
11
+ update_release_draft:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ # Drafts your next Release notes as Pull Requests are merged into the default branch
15
+ - uses: release-drafter/release-drafter@v5
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments