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