mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
41 lines
846 B
YAML
41 lines
846 B
YAML
# .github/release.yml - GitHub Release Notes Configuration
|
|
#
|
|
# Labels here must match actual repo labels. Run `gh label list` to verify.
|
|
# Auto-labeler: .github/workflows/pull-request-target.yml
|
|
# AI classifier: .github/workflows/models_pr_triage.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- dependencies
|
|
- automation
|
|
- release
|
|
- repo
|
|
- skip-changelog
|
|
- chore
|
|
- ci
|
|
- build
|
|
- testing
|
|
- refactor
|
|
- documentation
|
|
- l10n
|
|
authors:
|
|
- renovate[bot]
|
|
- dependabot[bot]
|
|
- github-actions[bot]
|
|
|
|
categories:
|
|
- title: 🏗️ Features
|
|
labels:
|
|
- enhancement
|
|
- title: 🖥️ Desktop
|
|
labels:
|
|
- desktop
|
|
- title: 🛠️ Fixes
|
|
labels:
|
|
- bug
|
|
- bugfix
|
|
- title: 📝 Other Changes
|
|
labels:
|
|
- '*'
|