File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ name-template : ' v$NEXT_PATCH_VERSION'
2
+ tag-template : ' v$NEXT_PATCH_VERSION'
3
+ categories :
4
+ - title : ' 🚀 Added'
5
+ label : ' added-feature'
6
+ - title : ' 🧰 Changed'
7
+ label : ' changed'
8
+ - title : " ⚠️ Deprecated"
9
+ label : " deprecated"
10
+ - title : " ⚠️ Removed"
11
+ label : " removed"
12
+ - title : ' 🐛 Bug Fixes'
13
+ label : ' bugfix'
14
+ - title : " ⚠️ Security"
15
+ label : " security"
16
+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
17
+ no-changes-template : " - No changes"
18
+ template : |
19
+ ## Changes
20
+
21
+ $CHANGES
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@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772 # pin@v5
13
+ with :
14
+ config-name : release-drafter.yml
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments