1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

chore: better release notes (#11726)

* chore: better release notes

* chore: remove 'tedious' commits
This commit is contained in:
Jason Rasmussen 2024-08-12 14:49:07 -04:00 committed by GitHub
parent c2965c4408
commit 7eb004bd00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 27 deletions

37
.github/release.yml vendored
View file

@ -1,41 +1,26 @@
changelog:
categories:
- title: ⚠️ Breaking Changes
- title: 🚨 Breaking Changes
labels:
- breaking-change
- title: 🗄️ Server
- title: 🔒 Security
labels:
- 🗄server
- security
- title: 📱 Mobile
- title: 🚀 Features
labels:
- 📱mobile
- feature
- enhancement
- title: 🖥️ Web
- title: 🐛 Bug fixes
labels:
- 🖥web
- bugfix
- title: 🧠 Machine Learning
labels:
- 🧠machine-learning
- title: ⚡ CLI
labels:
- cli
- title: 📓 Documentation
- title: 📚 Documentation
labels:
- documentation
- title: 🔨 Maintenance
- title: 🌐 Translations
labels:
- deployment
- dependencies
- renovate
- maintenance
- tech-debt
- title: Other changes
labels:
- "*"
- translation

View file

@ -81,5 +81,5 @@
],
"ignorePaths": ["mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android"],
"ignoreDeps": ["http", "intl"],
"labels": ["dependencies", "renovate"]
"labels": ["dependencies"]
}