Files
sigma-rules/.github/release-drafter.yml
T
2024-11-06 16:21:05 -06:00

38 lines
653 B
YAML

name-template: 'dev-v$RESOLVED_VERSION'
tag-template: 'dev-v$RESOLVED_VERSION'
tag-prefix: 'dev-v'
categories:
- title: 🚀 Features
label: 'enhancement'
- title: 🐛 Bug Fixes
label: 'bug'
- title: 🛠 Internal Changes
labels:
- 'maintenance'
- 'schema'
- 'documentation'
- 'python'
- title: 🔍 Hunting Updates
label: 'Hunting'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
exclude-labels:
- 'skip-changelog'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## Changes
$CHANGES