Files
SGS/.github/release-drafter.yml
T
2026-03-29 19:46:34 +13:00

55 lines
1008 B
YAML

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- 'fix'
- title: '🧪 Tests'
labels:
- 'test'
- 'tests'
- title: '🧹 Maintenance'
labels:
- 'chore'
- 'maintenance'
- 'dependencies'
- title: '📖 Documentation'
labels:
- 'docs'
- 'documentation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
version-resolver:
major:
labels:
- 'breaking'
minor:
labels:
- 'feature'
- 'enhancement'
patch:
labels:
- 'bug'
- 'fix'
- 'chore'
- 'maintenance'
- 'docs'
- 'documentation'
- 'test'
- 'tests'
- 'dependencies'
default: patch
template: |
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION