[Testing] Update release-drafter.yml (#4254)

This commit is contained in:
Mika Ayenson
2024-11-06 16:00:18 -06:00
committed by GitHub
parent c1ac8f0fae
commit b2b92b0edc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,7 @@
name-template: 'v$RESOLVED_VERSION-dev'
tag-template: 'v$RESOLVED_VERSION-dev'
tag-prefix: 'v'
categories:
- title: 🚀 Features
label: 'enhancement'
@@ -13,9 +15,11 @@ categories:
- 'python'
- title: 🔍 Hunting Updates
label: 'Hunting'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
exclude-labels:
- 'skip-changelog'
version-resolver:
major:
labels:
@@ -27,6 +31,7 @@ version-resolver:
labels:
- 'patch'
default: patch
template: |
## Changes
$CHANGES
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "detection_rules"
version = "0.2.2"
version = "0.2.3"
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 Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"