mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-13 09:12:42 -05:00
37 lines
645 B
YAML
37 lines
645 B
YAML
# .github/release.yml - GitHub Release Notes Configuration
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- dependencies
|
|
- automation
|
|
- release
|
|
- repo
|
|
- skip-changelog
|
|
- chore
|
|
- ci
|
|
- build
|
|
- testing
|
|
- test
|
|
- refactor
|
|
- documentation
|
|
- translation
|
|
authors:
|
|
- renovate[bot]
|
|
- dependabot[bot]
|
|
- github-actions[bot]
|
|
|
|
categories:
|
|
- title: 🏗️ Features
|
|
labels:
|
|
- enhancement
|
|
- feature
|
|
- title: 🛠️ Fixes
|
|
labels:
|
|
- bug
|
|
- bugfix
|
|
- fix
|
|
- title: 📝 Other Changes
|
|
labels:
|
|
- '*'
|