chore(l10n): Remove custom changelogs from Crowdin config (#4418)

This commit is contained in:
James Rich 2026-02-02 18:09:04 -06:00 committed by GitHub
parent e6536ea5be
commit 41ea09b3ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 34 additions and 1306 deletions

41
.github/release.yml vendored
View file

@ -1,21 +1,36 @@
# .github/release.yml
# .github/release.yml - GitHub Release Notes Configuration
changelog:
exclude:
labels:
- dependencies
- automation
- release
- repo
- skip-changelog
- chore
- ci
- build
- testing
- test
- refactor
- documentation
- translation
authors:
- renovate[bot]
- dependabot[bot]
- github-actions[bot]
categories:
- title: 🏗️ Features
labels:
- enhancement
exclude:
labels:
- dependencies
- title: 🛠Fixes
- feature
- title: 🛠️ Fixes
labels:
- bug
- bugfix
- fix
- title: 📝 Other Changes
labels:
- '*'
exclude:
labels:
- enhancement
- dependencies
- repo
- automation
- release