File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,20 @@ categories:
20
20
- title : ' 🚒 Deprecations'
21
21
labels :
22
22
- ' deprecated'
23
+ - title : ' 🔧 Maintenance'
24
+ labels :
25
+ - ' internal'
26
+ - ' dependencies'
23
27
exclude-labels :
24
28
- ' skip-changelog'
25
29
tag-template : ' v$NEXT_PATCH_VERSION'
26
30
template : |
27
- ## Changes
31
+ ## Summary
28
32
29
33
**[Human readable summary of changes]**
30
34
35
+ ## Changes
36
+
31
37
$CHANGES
32
38
33
39
## This release was made possible by the following contributors:
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+
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/[email protected]
13
+ env :
14
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments