mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 23:33:58 +08:00
Using sort by title made things look out of order. If we want to organize them a bit furter, we can do that manually before moving forward with a release.
44 lines
970 B
YAML
44 lines
970 B
YAML
exclude-labels:
|
|
- 'no-changelog'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
collapse-after: 5
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
collapse-after: 5
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
change-title-escapes: '\<*_&'
|
|
replacers:
|
|
- search: '/[Ss][Uu][Nn][Nn][Yy][Pp][Ii][Ll][Oo][Tt]/g'
|
|
replace: 'sunnypilot'
|
|
- search: '/\b[Ss][Pp]\b/g'
|
|
replace: 'SP'
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'major'
|
|
minor:
|
|
labels:
|
|
- 'minor'
|
|
patch:
|
|
labels:
|
|
- 'patch'
|
|
default: patch
|
|
name-template: 'v$RESOLVED_VERSION 🚀'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
version-template: "0.$MAJOR.$MINOR.$PATCH" # The day OP becomes v1, we need to bump this
|
|
tag-prefix: "v0." # The day OP becomes v1, we need to bump this
|
|
prerelease-identifier: "staging"
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|