mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-23 17:02:55 -04:00
58 lines
1.0 KiB
YAML
58 lines
1.0 KiB
YAML
---
|
|
name-template: "v$RESOLVED_VERSION"
|
|
tag-template: "v$RESOLVED_VERSION"
|
|
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
|
sort-direction: ascending
|
|
|
|
categories:
|
|
- title: "🚨 Breaking changes"
|
|
labels:
|
|
- "breaking-change"
|
|
- "major"
|
|
- title: "✨ New features"
|
|
labels:
|
|
- "feature"
|
|
- "minor"
|
|
- title: "🐛 Bug fixes"
|
|
labels:
|
|
- "bugfix"
|
|
- title: "🧰 Maintenance"
|
|
collapse-after: 3
|
|
labels:
|
|
- "ci"
|
|
- "chore"
|
|
- "l10n"
|
|
- title: "📚 Documentation"
|
|
labels:
|
|
- "documentation"
|
|
- title: "⬆️ Dependency updates"
|
|
collapse-after: 3
|
|
labels:
|
|
- "dependencies"
|
|
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- "major"
|
|
- "breaking-change"
|
|
minor:
|
|
labels:
|
|
- "minor"
|
|
- "feature"
|
|
patch:
|
|
labels:
|
|
- "bugfix"
|
|
- "chore"
|
|
- "ci"
|
|
- "dependencies"
|
|
- "documentation"
|
|
- "l10n"
|
|
default: patch
|
|
|
|
template: |
|
|
# 🍴🍴🍴🍴🍴🍴🍴🍴🍴🍴
|
|
|
|
$CHANGES
|
|
|
|
# 🍴🍴🍴🍴🍴🍴🍴🍴🍴🍴
|