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.
2 parents d899366 + 319b3d6 commit b1361c4Copy full SHA for b1361c4
.github/release-drafter.yml
@@ -0,0 +1 @@
1
+_extends: .github
.github/workflows/release-drafter.yml
@@ -0,0 +1,25 @@
+name: Release Drafter
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ workflow_dispatch: {}
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ update_release_draft:
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: release-drafter/release-drafter@v5
20
+ with:
21
+ name: next
22
+ tag: next
23
+ version: next
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments