mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-06 04:01:22 -06:00
36 lines
617 B
YAML
36 lines
617 B
YAML
references:
|
|
- v+
|
|
- main
|
|
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
|