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 6923cf2 commit a7648fdCopy full SHA for a7648fd
.github/release-drafter.yml
@@ -0,0 +1,16 @@
1
+exclude-labels:
2
+ - 'tooling'
3
+ - 'documentation'
4
+categories:
5
+ - title: 'Security'
6
+ label: 'security'
7
+ - title: 'Features'
8
+ label: 'enhancement'
9
+ - title: 'Fixes'
10
+ label: 'bug'
11
+ - title: 'Dependencies'
12
+ label: 'dependencies'
13
+template: |
14
+ ## Changes
15
+
16
+ $CHANGES
.github/workflows/draft-release.yml
@@ -0,0 +1,15 @@
+name: Release Drafter
+on:
+ push:
+ branches:
+ - master
+jobs:
+ update-release-draft:
+ name: Update Release Draft
+ runs-on: ubuntu-latest
+ steps:
+ - uses: release-drafter/release-drafter@v5
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments