Skip to content

Commit

Permalink
[Testing] Update release-drafter.yml (#4254)
Browse files Browse the repository at this point in the history
(cherry picked from commit b2b92b0)
  • Loading branch information
Mikaayenson authored and github-actions[bot] committed Nov 6, 2024
1 parent a1452ad commit 02bb331
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name-template: 'v$RESOLVED_VERSION-dev'
tag-template: 'v$RESOLVED_VERSION-dev'
tag-prefix: 'v'

categories:
- title: 🚀 Features
label: 'enhancement'
Expand All @@ -13,9 +15,11 @@ categories:
- 'python'
- title: 🔍 Hunting Updates
label: 'Hunting'

change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
exclude-labels:
- 'skip-changelog'

version-resolver:
major:
labels:
Expand All @@ -27,6 +31,7 @@ version-resolver:
labels:
- 'patch'
default: patch

template: |
## Changes
$CHANGES
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 02bb331

Please sign in to comment.