42 lines
765 B
YAML
42 lines
765 B
YAML
|
name-template: "$RESOLVED_VERSION"
|
||
|
tag-template: "$RESOLVED_VERSION"
|
||
|
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
|
||
|
|
||
|
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
|
||
|
|
||
|
## Docker
|
||
|
|
||
|
- `docker pull systemli/mastodon-exporter:$RESOLVED_VERSION`
|