mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-06 18:22:44 +08:00
22 lines
449 B
YAML
22 lines
449 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feat'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- title: '📦 Code Refactoring'
|
|
labels:
|
|
- 'refactor'
|
|
- title: '📄 Documentation'
|
|
labels:
|
|
- 'docs'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES |