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 1f2eb75 commit 16024fdCopy full SHA for 16024fd
.github/release-drafter.yml
@@ -0,0 +1,4 @@
1
+template: |
2
+ ## What’s Changed
3
+
4
+ $CHANGES
.github/workflows/release-drafter.yml
@@ -0,0 +1,17 @@
+name: Release Drafter
+on:
+ push:
5
+ # branches to consider in the event; optional, defaults to all
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ update_release_draft:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ # Drafts your next Release notes as Pull Requests are merged into "master"
14
+ - name: Create draft release
15
+ uses: release-drafter/release-drafter@v5
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments