1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
name-template: $NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION
categories:
- title: ⬆️ Dependencies
label: dependencies
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
labels:
- fix
- bug
- title: 🧰 Maintenance
label: chore
- title: 🚨 Breaking Changes
label: breaking
version-resolver:
major:
labels:
- 'major'
- 'breaking'
minor:
labels:
- 'minor'
- 'feature'
patch:
labels:
- 'patch'
- 'dependencies'
- 'chore'
- 'fix'
default: patch
template: |
## Changes
$CHANGES
|