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 d2d4d49 commit d6fc551Copy full SHA for d6fc551
2 files changed
.github/release-drafter.yml
@@ -0,0 +1,4 @@
1
+template: |
2
+ ## Changes
3
+
4
+ $CHANGES
.github/workflows/release-note.yml
@@ -0,0 +1,14 @@
+name: Release Drafter
+on:
+ push:
5
+ branches:
6
+ - master
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