From b2b92b0edca74ac6d9bd6539b97be3f9a53e09ff Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Wed, 6 Nov 2024 16:00:18 -0600 Subject: [PATCH] [Testing] Update release-drafter.yml (#4254) --- .github/release-drafter.yml | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8a3427d7d..3657d4a84 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index de8f6d23b..af5073327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"