[FR] Reset package version and push tag via ci (#4260)
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user