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