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 5694745 + 4f32fae commit b5c73ebCopy full SHA for b5c73eb
.github/release-drafter.yml
@@ -0,0 +1,2 @@
1
+# Use https://github.com/wiremock/.github/blob/main/.github/release_drafter.yml
2
+_extends: .github
.github/workflows/changelog-draft.yml
@@ -0,0 +1,18 @@
+name: Release Drafter
+
3
+on:
4
+ 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
+ with:
14
+ name: next
15
+ tag: next
16
+ version: next
17
+ env:
18
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments