Skip to content

Commit 77389df

Browse files
authored
Merge pull request #33 from adamspd/fix/small-changes
Small changes in readme & workflow
2 parents 1706f45 + 8262b9d commit 77389df

File tree

4 files changed

+9
-26
lines changed

4 files changed

+9
-26
lines changed

.github/labeler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ chore:
6060
- head-branch: [ '^chore', 'chore' ]
6161

6262
maintenance:
63-
- head-branch: [ '^maintenance', 'maintenance' ]
63+
- head-branch: [ '^maintenance', 'maintenance' ]
64+
65+
security-fixes:
66+
- head-branch: [ '^security', 'security' ]

.github/release-drafter.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name-template: 'Release v${{ env.RELEASE_VERSION }}'
1+
name-template: 'v${{ env.RELEASE_VERSION }}'
22
tag-template: 'v${{ env.RELEASE_VERSION }}'
33
categories:
44
- title: '🚀 Features'
@@ -37,33 +37,13 @@ categories:
3737
- title: '🔒 Security'
3838
labels:
3939
- 'security'
40-
- 'vulnerability'
41-
- 'vulnerabilities'
42-
- 'security-fix'
4340
- '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'
5841
collapse-after: 3
59-
- title: 'Enhancement'
42+
- title: 'Enhancement'
6043
collapse-after: 3
6144
change-template: '- $TITLE by @$AUTHOR in (#$NUMBER)'
6245
change-title-escapes: '\<*_&'
6346

6447
template: |
6548
## What’s Changed
6649
$CHANGES
67-
68-
## New Contributors
69-
$CONTRIBUTORS

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
commitish: main
110110
tag: v${{ env.RELEASE_VERSION }}
111-
name: Release ${{ env.RELEASE_VERSION }}
111+
name: v${{ env.RELEASE_VERSION }}
112112
version: ${{ env.RELEASE_VERSION }}
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -121,7 +121,7 @@ jobs:
121121
RELEASE_VERSION: ${{ needs.prepare-and-check.outputs.version }}
122122
with:
123123
tag_name: v${{ env.RELEASE_VERSION }}
124-
release_name: Release ${{ env.RELEASE_VERSION }}
124+
release_name: v${{ env.RELEASE_VERSION }}
125125
body: ${{ steps.draft_release.outputs.body }}
126126
draft: false
127127
prerelease: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Tests](https://github.com/adamspd/spam-detection-project/actions/workflows/tests.yml/badge.svg)
44
[![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)
55
[![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/)
77
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
88
[![GitHub last commit](https://img.shields.io/github/last-commit/adamspd/spam-detection-project)](https://github.com/adamspd/spam-detection-project/commit/main)
99
[![GitHub issues](https://img.shields.io/github/issues/adamspd/spam-detection-project)](https://github.com/adamspd/spam-detection-project/issues)

0 commit comments

Comments
 (0)