mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(l10n): Remove custom changelogs from Crowdin config (#4418)
This commit is contained in:
parent
e6536ea5be
commit
41ea09b3ff
12 changed files with 34 additions and 1306 deletions
41
.github/release.yml
vendored
41
.github/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue