mirror of
https://github.com/thangisme/notes.git
synced 2024-11-03 06:53:02 -05:00
36 lines
620 B
YAML
36 lines
620 B
YAML
references:
|
|
- v+
|
|
- master
|
|
name-template: 'v$RESOLVED_VERSION 🌈'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label:
|
|
- 'chore'
|
|
- 'dependencies'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'next-major-release'
|
|
minor:
|
|
labels:
|
|
- 'next-minor-release'
|
|
patch:
|
|
labels:
|
|
- 'patch'
|
|
default: minor
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|