mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
22 lines
365 B
YAML
22 lines
365 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
categories:
|
|
- title: 🏗️ Features
|
|
labels:
|
|
- enhancement
|
|
exclude:
|
|
labels:
|
|
- dependencies
|
|
|
|
- title: 🛠️Fixes
|
|
labels:
|
|
- '*'
|
|
exclude:
|
|
labels:
|
|
- enhancement
|
|
- dependencies
|
|
- repo
|
|
- automation
|
|
- release
|