diff --git a/.github/release.yml b/.github/release.yml index 03483f9197..04038d22a9 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -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 diff --git a/renovate.json b/renovate.json index c15aded006..6f5424023b 100644 --- a/renovate.json +++ b/renovate.json @@ -81,5 +81,5 @@ ], "ignorePaths": ["mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android"], "ignoreDeps": ["http", "intl"], - "labels": ["dependencies", "renovate"] + "labels": ["dependencies"] }