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"