[FR] Update release-drafter.yml (#4252)

This commit is contained in:
Mika Ayenson
2024-11-06 09:02:55 -06:00
committed by GitHub
parent 77f42f1168
commit 63732436b4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION-dev'
tag-template: 'v$RESOLVED_VERSION-dev'
categories:
- title: 🚀 Features
label: 'enhancement'
@@ -11,7 +11,7 @@ on:
- 'detection_rules/**'
- 'tests/**'
- '**/*.md'
types: [opened, reopened, synchronize]
types: [opened, reopened, synchronize, labeled]
push:
branches:
- main
+1 -1
View File
@@ -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` (e.g., `v1.2.0`).
- **Tag Format**: `vX.Y.Z-dev` (e.g., `v1.2.0-dev`).
- **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.