mirror of
https://github.com/tauri-apps/.github.git
synced 2026-01-31 00:35:22 +01:00
22 lines
438 B
YAML
22 lines
438 B
YAML
name-template: 'v$NEXT_PATCH_VERSION'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🔧 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
template: |
|
|
## Changes
|
|
$CHANGES
|
|
|
|
Thanks to our contributions from $CONTRIBUTORS.
|
|
|