Skip to content

Commit 9fe0864

Browse files
Mikaayensongithub-actions[bot]
authored andcommitted
[Testing] Update release-drafter.yml (#4254)
(cherry picked from commit b2b92b0)
1 parent 7636a99 commit 9fe0864

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name-template: 'v$RESOLVED_VERSION-dev'
22
tag-template: 'v$RESOLVED_VERSION-dev'
3+
tag-prefix: 'v'
4+
35
categories:
46
- title: 🚀 Features
57
label: 'enhancement'
@@ -13,9 +15,11 @@ categories:
1315
- 'python'
1416
- title: 🔍 Hunting Updates
1517
label: 'Hunting'
18+
1619
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
1720
exclude-labels:
1821
- 'skip-changelog'
22+
1923
version-resolver:
2024
major:
2125
labels:
@@ -27,6 +31,7 @@ version-resolver:
2731
labels:
2832
- 'patch'
2933
default: patch
34+
3035
template: |
3136
## Changes
3237
$CHANGES

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.2"
3+
version = "0.2.3"
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)