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 fd8174e + ade80ae commit 2209c93Copy full SHA for 2209c93
.github/workflows/release_drafter.yml
@@ -0,0 +1,17 @@
1
+name: Release Drafter
2
+
3
+on:
4
+ push:
5
+ # branches to consider in the event; optional, defaults to all
6
+ branches:
7
+ - main
8
9
10
+jobs:
11
+ update_release_draft:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ # Drafts your next Release notes as Pull Requests are merged into "main"
15
+ - uses: release-drafter/release-drafter@v6
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments