Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Feb 4, 2024
1 parent 777a354 commit 4e5e181
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
- name: Draft Release
id: draft_release
uses: release-drafter/release-drafter@v6
with:
commitish: main
tag: v${{ needs.prepare-and-check.outputs.version }}
name_template: 'Release ${{ env.RELEASE_VERSION }}'
name: Release ${{ env.RELEASE_VERSION }}
version: ${{ env.RELEASE_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ needs.prepare-and-check.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion spam_detector_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
__package_name__ = "spam-detector-ai"
__url__ = "https://github.com/adamspd/spam-detection-project"
__version__ = "2.1.9"
__version__ = "2.1.10"
__test_version__ = False

0 comments on commit 4e5e181

Please sign in to comment.