Add PR templates, CI workflows, and release drafter config files

This commit is contained in:
Fabián Gonzalo Artur de la Villarmois
2026-03-29 19:46:34 +13:00
parent d0531fee49
commit 97024acef1
6 changed files with 183 additions and 1 deletions
+54
View File
@@ -0,0 +1,54 @@
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