mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
22 lines
439 B
YAML
22 lines
439 B
YAML
name-template: 'v$NEXT_PATCH_VERSION 🌈'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
categories:
|
|
- title: '🚀 New Functionality'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🔨 Maintenance'
|
|
labels:
|
|
- 'chore'
|
|
- 'refactor'
|
|
change-template: '- $TITLE (#$NUMBER) @$AUTHOR '
|
|
template: |
|
|
# What's Changed ✨
|
|
|
|
$CHANGES
|