mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
31 lines
656 B
YAML
31 lines
656 B
YAML
---
|
|
name-template: "$RESOLVED_VERSION"
|
|
tag-template: "$RESOLVED_VERSION"
|
|
version-template: "v$MAJOR.$MINOR.$PATCH"
|
|
categories:
|
|
- title: "Added"
|
|
labels:
|
|
- "changelog: added"
|
|
- title: "Fixed"
|
|
labels:
|
|
- "changelog: fixed"
|
|
- title: "Changed"
|
|
labels:
|
|
- "changelog: changed"
|
|
version-resolver:
|
|
minor:
|
|
labels:
|
|
- "changelog: added"
|
|
patch:
|
|
labels:
|
|
- "changelog: changed"
|
|
- "changelog: fixed"
|
|
default: patch
|
|
category-template: "### $TITLE"
|
|
change-template: "- #$NUMBER: $TITLE @$AUTHOR"
|
|
template: |
|
|
$CHANGES
|
|
replacers:
|
|
- search: ":warning:"
|
|
replace: ":warning: _Breaking change:_ :warning:"
|