Skip to content

Commit 2c24a06

Browse files
Mikaayensongithub-actions[bot]
authored andcommitted
[FR] Update release-drafter.yml (#4252)
(cherry picked from commit 6373243)
1 parent 385b366 commit 2c24a06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'v$RESOLVED_VERSION'
2-
tag-template: 'v$RESOLVED_VERSION'
1+
name-template: 'v$RESOLVED_VERSION-dev'
2+
tag-template: 'v$RESOLVED_VERSION-dev'
33
categories:
44
- title: 🚀 Features
55
label: 'enhancement'

.github/workflows/version-code-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'detection_rules/**'
1212
- 'tests/**'
1313
- '**/*.md'
14-
types: [opened, reopened, synchronize]
14+
types: [opened, reopened, synchronize, labeled]
1515
push:
1616
branches:
1717
- main

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` (e.g., `v1.2.0`).
144+
- **Tag Format**: `vX.Y.Z-dev` (e.g., `v1.2.0-dev`).
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

0 commit comments

Comments
 (0)