mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-03 18:41:31 +00:00
* Add GitHub Actions workflows * Prettified Code! * Follow external sources in Shellchecks * Supress shellcheck in 2 files Co-authored-by: frenck <frenck@users.noreply.github.com>
57 lines
1 KiB
YAML
57 lines
1 KiB
YAML
---
|
||
name-template: "v$RESOLVED_VERSION"
|
||
tag-template: "v$RESOLVED_VERSION"
|
||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||
sort-direction: ascending
|
||
|
||
categories:
|
||
- title: "🚨 Breaking changes"
|
||
labels:
|
||
- "breaking-change"
|
||
- title: "✨ New features"
|
||
labels:
|
||
- "new-feature"
|
||
- title: "🐛 Bug fixes"
|
||
labels:
|
||
- "bugfix"
|
||
- title: "🚀 Enhancements"
|
||
labels:
|
||
- "enhancement"
|
||
- "refactor"
|
||
- "performance"
|
||
- title: "🧰 Maintenance"
|
||
labels:
|
||
- "maintenance"
|
||
- "ci"
|
||
- title: "📚 Documentation"
|
||
labels:
|
||
- "documentation"
|
||
- title: "⬆️ Dependency updates"
|
||
labels:
|
||
- "dependencies"
|
||
|
||
version-resolver:
|
||
major:
|
||
labels:
|
||
- "major"
|
||
- "breaking-change"
|
||
minor:
|
||
labels:
|
||
- "minor"
|
||
- "new-feature"
|
||
patch:
|
||
labels:
|
||
- "bugfix"
|
||
- "chore"
|
||
- "ci"
|
||
- "dependencies"
|
||
- "documentation"
|
||
- "enhancement"
|
||
- "performance"
|
||
- "refactor"
|
||
default: patch
|
||
|
||
template: |
|
||
## What’s changed
|
||
|
||
$CHANGES
|