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:
2020 - title : ' 🚒 Deprecations'
2121 labels :
2222 - ' deprecated'
23+ - title : ' 🔧 Maintenance'
24+ labels :
25+ - ' internal'
26+ - ' dependencies'
2327exclude-labels :
2428 - ' skip-changelog'
2529tag-template : ' v$NEXT_PATCH_VERSION'
2630template : |
27- ## Changes
31+ ## Summary
2832
2933 **[Human readable summary of changes]**
3034
35+ ## Changes
36+
3137 $CHANGES
3238
3339 ## 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/release-drafter@v5.15.0
13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments