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 0b0a833 commit b23d9c1Copy full SHA for b23d9c1
.github/release-drafter.yml
@@ -0,0 +1,4 @@
1
+template: |
2
+ ## Pull Requests
3
+
4
+ $CHANGES
.github/workflows/release-drafter.yml
@@ -0,0 +1,14 @@
+name: Release Drafter
+on:
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ update_release_draft:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: release-drafter/release-drafter@v5
13
+ env:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments