Skip to content

Commit

Permalink
update version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaayenson committed Nov 6, 2024
1 parent 914673b commit 0a259db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Increment the major version when introducing backward-incompatible changes that
## Tagging Process

Each release will be tagged using the following format:
- **Tag Format**: `vX.Y.Z-dev` (e.g., `v1.2.0-dev`).
- **Tag Format**: `dev-vX.Y.Z` (e.g., `dev-v1.2.0`).
- **Single Tag for Combined Releases**: If there are changes to the core detection-rules code or libraries (`kql`, `kibana`), they will be tagged together as a single release with the core detection-rules versioning.
- **Hunting Folder**: Changes to the hunting logic will be included in the combined release.

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.2.3"
version = "0.1.1"
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 0a259db

Please sign in to comment.