Skip to content

Commit 6f21776

Browse files
Mikaayensongithub-actions[bot]
authored andcommitted
[Testing] Update release-drafter.yml (#4255)
(cherry picked from commit d9154c6)
1 parent fb737bc commit 6f21776

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name-template: 'v$RESOLVED_VERSION-dev'
2-
tag-template: 'v$RESOLVED_VERSION-dev'
3-
tag-prefix: 'v'
1+
name-template: 'dev-v$RESOLVED_VERSION'
2+
tag-template: 'dev-v$RESOLVED_VERSION'
3+
tag-prefix: 'dev-v'
44

55
categories:
66
- title: 🚀 Features

docs/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Increment the major version when introducing backward-incompatible changes that
141141
## Tagging Process
142142

143143
Each release will be tagged using the following format:
144-
- **Tag Format**: `vX.Y.Z-dev` (e.g., `v1.2.0-dev`).
144+
- **Tag Format**: `dev-vX.Y.Z` (e.g., `dev-v1.2.0`).
145145
- **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.
146146
- **Hunting Folder**: Changes to the hunting logic will be included in the combined release.
147147

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "0.2.3"
3+
version = "0.1.1"
44
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."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)