mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
23 lines
585 B
YAML
23 lines
585 B
YAML
name-template: "$RESOLVED_VERSION"
|
|
tag-template: "v$RESOLVED_VERSION"
|
|
categories:
|
|
- title: "⚠️ Breaking Changes"
|
|
label: "⚠️ Breaking"
|
|
- title: "✨ New Features"
|
|
label: "✨ Feature"
|
|
- title: "🐛 Bug Fixes"
|
|
label: "🐛 Bug Fix"
|
|
- title: "📚 Documentation"
|
|
label: "📚 Docs"
|
|
- title: "🏠 Housekeeping"
|
|
label: "🏠 Housekeeping"
|
|
version-resolver:
|
|
minor:
|
|
labels:
|
|
- "⚠️ Breaking"
|
|
- "✨ Feature"
|
|
default: patch
|
|
change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
|
|
no-changes-template: "- No changes"
|
|
template: |
|
|
$CHANGES
|