mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
e4ee224e16
* feat(ci): Automatic categories in generated release notes * ci: Enforce PR labels * chore: Job name * fix: Label names
27 lines
541 B
YAML
27 lines
541 B
YAML
changelog:
|
||
categories:
|
||
- title: Breaking Changes 🛠
|
||
labels:
|
||
- breaking-change
|
||
- title: Server
|
||
labels:
|
||
- 🗄️server
|
||
- title: Mobile
|
||
labels:
|
||
- 📱mobile
|
||
- title: Web
|
||
labels:
|
||
- 🖥️web
|
||
- title: Machine Learning
|
||
labels:
|
||
- 🧠machine-learning
|
||
- title: CLI
|
||
labels:
|
||
- cli
|
||
- title: Documentation
|
||
labels:
|
||
- documentation
|
||
- title: Dependency updates
|
||
labels:
|
||
- renovate
|