psalm-plugin-laravel/.github/config/release-drafter.yml

22 lines
439 B
YAML
Raw Normal View History

2020-05-12 07:41:25 +02:00
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