File tree Expand file tree Collapse file tree 3 files changed +7
-21
lines changed Expand file tree Collapse file tree 3 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 51
51
- head-branch : [ '^chore', 'chore' ]
52
52
53
53
maintenance :
54
- - head-branch : [ '^maintenance', 'maintenance' ]
54
+ - head-branch : [ '^maintenance', 'maintenance' ]
55
+
56
+ security-fixes :
57
+ - head-branch : [ '^security', 'security' ]
Original file line number Diff line number Diff line change 1
- name-template : ' Release v${{ env.RELEASE_VERSION }}'
1
+ name-template : ' v${{ env.RELEASE_VERSION }}'
2
2
tag-template : ' v${{ env.RELEASE_VERSION }}'
3
3
categories :
4
4
- title : ' 🚀 Features'
@@ -37,24 +37,7 @@ categories:
37
37
- title : ' 🔒 Security'
38
38
labels :
39
39
- ' security'
40
- - ' vulnerability'
41
- - ' vulnerabilities'
42
- - ' security-fix'
43
40
- ' security-fixes'
44
- - ' security-update'
45
- - ' security-updates'
46
- - ' security-patch'
47
- - ' security-patches'
48
- - ' security-release'
49
- - ' security-releases'
50
- - ' security-issue'
51
- - ' security-issues'
52
- - ' security-bug'
53
- - ' security-bugs'
54
- - ' security-vulnerability'
55
- - ' security-vulnerabilities'
56
- - ' security-notice'
57
- - ' security-notices'
58
41
collapse-after : 3
59
42
- title : ' ✨ Enhancement'
60
43
collapse-after : 3
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
with :
109
109
commitish : main
110
110
tag : v${{ env.RELEASE_VERSION }}
111
- name : Release ${{ env.RELEASE_VERSION }}
111
+ name : v ${{ env.RELEASE_VERSION }}
112
112
version : ${{ env.RELEASE_VERSION }}
113
113
env :
114
114
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -121,7 +121,7 @@ jobs:
121
121
RELEASE_VERSION : ${{ needs.prepare-and-check.outputs.version }}
122
122
with :
123
123
tag_name : v${{ env.RELEASE_VERSION }}
124
- release_name : Release ${{ env.RELEASE_VERSION }}
124
+ release_name : v ${{ env.RELEASE_VERSION }}
125
125
body : ${{ steps.draft_release.outputs.body }}
126
126
draft : false
127
127
prerelease : false
You can’t perform that action at this time.
0 commit comments