1
Fork 0
mirror of https://github.com/RGBCube/agenix synced 2025-08-01 19:27:46 +00:00

dev: add release-drafter

This commit is contained in:
Ryan Mulligan 2023-12-20 07:51:36 -08:00
parent 6cb7cd66c2
commit 221a1f22e5
2 changed files with 66 additions and 0 deletions

33
.github/release-drafter.yml vendored Normal file
View file

@ -0,0 +1,33 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Development'
label: 'dev'
- title: '🤖 Dependencies'
label: 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## Changes
$CHANGES