mirror of
https://github.com/immich-app/immich.git
synced 2025-04-01 02:51:27 -05:00
* add npm prettier dep and format script to .github folder * initial work on prettier formatting test * attempt index notation * change name of .github job to be valid * another use of index notation this is getting overcomplicated * Change job ID to `github-files-formatting` and chane the name to `.github Files Checks` * Change job name to `.github Files Formatting` * Update Makefile with .github module and `filter-out`s * run prettier formatting as added in this PR
33 lines
641 B
YAML
33 lines
641 B
YAML
changelog:
|
|
categories:
|
|
- title: 🚨 Breaking Changes
|
|
labels:
|
|
- changelog:breaking-change
|
|
|
|
- title: 🫥 Deprecated Changes
|
|
labels:
|
|
- changelog:deprecated
|
|
|
|
- title: 🔒 Security
|
|
labels:
|
|
- changelog:security
|
|
|
|
- title: 🚀 Features
|
|
labels:
|
|
- changelog:feature
|
|
|
|
- title: 🌟 Enhancements
|
|
labels:
|
|
- changelog:enhancement
|
|
|
|
- title: 🐛 Bug fixes
|
|
labels:
|
|
- changelog:bugfix
|
|
|
|
- title: 📚 Documentation
|
|
labels:
|
|
- changelog:documentation
|
|
|
|
- title: 🌐 Translations
|
|
labels:
|
|
- changelog:translation
|