[Testing] Update release-drafter.yml (#4254)
This commit is contained in:
@@ -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
@@ -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 Security’s Detection Engine."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user