2022-11-22 23:39:57 +00:00
|
|
|
name-template: "v$RESOLVED_VERSION"
|
|
|
|
tag-template: "v$RESOLVED_VERSION"
|
2022-11-08 11:49:04 +00:00
|
|
|
categories:
|
|
|
|
- title: "🚀 Features"
|
|
|
|
labels:
|
|
|
|
- "feature"
|
|
|
|
- "enhancement"
|
|
|
|
- title: "🐛 Bug Fixes"
|
|
|
|
labels:
|
|
|
|
- "fix"
|
|
|
|
- "bugfix"
|
|
|
|
- "bug"
|
|
|
|
- title: "🧹 Maintenance"
|
|
|
|
labels:
|
|
|
|
- "chore"
|
|
|
|
- "dependencies"
|
|
|
|
version-resolver:
|
|
|
|
major:
|
|
|
|
labels:
|
|
|
|
- "feature"
|
|
|
|
minor:
|
|
|
|
labels:
|
|
|
|
- "enhancement"
|
|
|
|
patch:
|
|
|
|
labels:
|
|
|
|
- "fix"
|
|
|
|
- "bugfix"
|
|
|
|
- "bug"
|
|
|
|
- "chore"
|
|
|
|
- "dependencies"
|
|
|
|
default: patch
|
|
|
|
template: |
|
|
|
|
## Changes
|
|
|
|
|
|
|
|
$CHANGES
|
2022-11-22 23:39:57 +00:00
|
|
|
|
|
|
|
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|