Skip to content

Commit

Permalink
[FR] Reset package version and push tag via ci (#4260)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ca746c)
  • Loading branch information
Mikaayenson authored and github-actions[bot] committed Nov 7, 2024
1 parent 4d45203 commit a8ed174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-code-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
echo "Detected version: $version"
git tag -a "dev-v$version" -m "Release version $version"
git push origin "v$version"
git push origin "dev-v$version"
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "detection_rules"
version = "0.1.3"
version = "0.1.2"
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit a8ed174

Please sign in to comment.