mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 14:41:59 +00:00
chore: better release notes (#11726)
* chore: better release notes * chore: remove 'tedious' commits
This commit is contained in:
parent
c2965c4408
commit
7eb004bd00
2 changed files with 12 additions and 27 deletions
37
.github/release.yml
vendored
37
.github/release.yml
vendored
|
@ -1,41 +1,26 @@
|
||||||
changelog:
|
changelog:
|
||||||
categories:
|
categories:
|
||||||
- title: ⚠️ Breaking Changes
|
- title: 🚨 Breaking Changes
|
||||||
labels:
|
labels:
|
||||||
- breaking-change
|
- breaking-change
|
||||||
|
|
||||||
- title: 🗄️ Server
|
- title: 🔒 Security
|
||||||
labels:
|
labels:
|
||||||
- 🗄️server
|
- security
|
||||||
|
|
||||||
- title: 📱 Mobile
|
- title: 🚀 Features
|
||||||
labels:
|
labels:
|
||||||
- 📱mobile
|
- feature
|
||||||
|
- enhancement
|
||||||
|
|
||||||
- title: 🖥️ Web
|
- title: 🐛 Bug fixes
|
||||||
labels:
|
labels:
|
||||||
- 🖥️web
|
- bugfix
|
||||||
|
|
||||||
- title: 🧠 Machine Learning
|
- title: 📚 Documentation
|
||||||
labels:
|
|
||||||
- 🧠machine-learning
|
|
||||||
|
|
||||||
- title: ⚡ CLI
|
|
||||||
labels:
|
|
||||||
- cli
|
|
||||||
|
|
||||||
- title: 📓 Documentation
|
|
||||||
labels:
|
labels:
|
||||||
- documentation
|
- documentation
|
||||||
|
|
||||||
- title: 🔨 Maintenance
|
- title: 🌐 Translations
|
||||||
labels:
|
labels:
|
||||||
- deployment
|
- translation
|
||||||
- dependencies
|
|
||||||
- renovate
|
|
||||||
- maintenance
|
|
||||||
- tech-debt
|
|
||||||
|
|
||||||
- title: Other changes
|
|
||||||
labels:
|
|
||||||
- "*"
|
|
||||||
|
|
|
@ -81,5 +81,5 @@
|
||||||
],
|
],
|
||||||
"ignorePaths": ["mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android"],
|
"ignorePaths": ["mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android"],
|
||||||
"ignoreDeps": ["http", "intl"],
|
"ignoreDeps": ["http", "intl"],
|
||||||
"labels": ["dependencies", "renovate"]
|
"labels": ["dependencies"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue