File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- name-template : " v$RESOLVED_VERSION ๐"
2
- tag-template : " v$RESOLVED_VERSION"
1
+ name-template : ' v$RESOLVED_VERSION ๐'
2
+ tag-template : ' v$RESOLVED_VERSION'
3
3
categories :
4
- - title : " Bug Fixes"
5
- label : " bug"
6
- - title : " New Features"
7
- label : " enhancement"
8
- - title : " Documentation"
9
- label : " documentation"
10
- - title : " Chore"
11
- label : " chore"
12
- change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
4
+ - title : ' Bug Fixes'
5
+ label : ' bug'
6
+ - title : ' New Features'
7
+ label : ' enhancement'
8
+ - title : ' Documentation'
9
+ label : ' documentation'
10
+ - title : ' Chore'
11
+ label : ' chore'
12
+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
13
13
change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
14
14
template : |
15
15
## Changes
16
16
17
- $CHANGES
17
+ $CHANGES
Original file line number Diff line number Diff line change 37
37
with :
38
38
config-file-path : release-drafter.yml
39
39
env :
40
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You canโt perform that action at this time.
0 commit comments