File tree Expand file tree Collapse file tree 4 files changed +9
-26
lines changed Expand file tree Collapse file tree 4 files changed +9
-26
lines changed Original file line number Diff line number Diff line change 60
60
- head-branch : [ '^chore', 'chore' ]
61
61
62
62
maintenance :
63
- - head-branch : [ '^maintenance', 'maintenance' ]
63
+ - head-branch : [ '^maintenance', 'maintenance' ]
64
+
65
+ security-fixes :
66
+ - 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,33 +37,13 @@ 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
- - title : ' Enhancement'
42
+ - title : ' ✨ Enhancement'
60
43
collapse-after : 3
61
44
change-template : ' - $TITLE by @$AUTHOR in (#$NUMBER)'
62
45
change-title-escapes : ' \<*_&'
63
46
64
47
template : |
65
48
## What’s Changed
66
49
$CHANGES
67
-
68
- ## New Contributors
69
- $CONTRIBUTORS
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
Original file line number Diff line number Diff line change 3
3
![ Tests] ( https://github.com/adamspd/spam-detection-project/actions/workflows/tests.yml/badge.svg )
4
4
[ ![ Current Release Version] ( https://img.shields.io/github/release/adamspd/spam-detection-project.svg?style=flat-square&logo=github )] ( https://github.com/adamspd/spam-detection-project/releases )
5
5
[ ![ pypi Version] ( https://img.shields.io/pypi/v/spam-detector-ai.svg?style=flat-square&logo=pypi&logoColor=white )] ( https://pypi.org/project/spam-detector-ai/ )
6
- [ ![ PyPi downloads] ( https://static.pepy.tech/personalized-badge/spam-detector-ai?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads )] ( https://pypi.org/project/spacy / )
6
+ [ ![ PyPi downloads] ( https://static.pepy.tech/personalized-badge/spam-detector-ai?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads )] ( https://pypi.org/project/spam-detector-ai / )
7
7
[ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
8
8
[ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/adamspd/spam-detection-project )] ( https://github.com/adamspd/spam-detection-project/commit/main )
9
9
[ ![ GitHub issues] ( https://img.shields.io/github/issues/adamspd/spam-detection-project )] ( https://github.com/adamspd/spam-detection-project/issues )
You can’t perform that action at this time.
0 commit comments