Skip to content

Commit 4e5e181

Browse files
committed
Release new version
1 parent 777a354 commit 4e5e181

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
- name: Draft Release
106106
id: draft_release
107107
uses: release-drafter/release-drafter@v6
108+
with:
109+
commitish: main
110+
tag: v${{ needs.prepare-and-check.outputs.version }}
111+
name_template: 'Release ${{ env.RELEASE_VERSION }}'
112+
name: Release ${{ env.RELEASE_VERSION }}
113+
version: ${{ env.RELEASE_VERSION }}
108114
env:
109115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110116
RELEASE_VERSION: ${{ needs.prepare-and-check.outputs.version }}

spam_detector_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
55
__package_name__ = "spam-detector-ai"
66
__url__ = "https://github.com/adamspd/spam-detection-project"
7-
__version__ = "2.1.9"
7+
__version__ = "2.1.10"
88
__test_version__ = False

0 commit comments

Comments
 (0)