From 58f1585f23f26abe1d2c6cf5ca27135b3bd7a4ea Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Sat, 31 Oct 2020 00:48:11 +0600 Subject: [PATCH] Add 'New Translations` section in release notes (#133) --- .github/release-drafter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 4dae816..ffdf476 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -10,6 +10,8 @@ template: | categories: - title: 'Breaking Changes' label: 'breaking-change' + - title: 'New Translations' + label: 'translation' - title: 'New Features & Enhancements' labels: - 'feature' @@ -28,6 +30,7 @@ version-resolver: labels: - 'feature' - 'enhancement' + - 'translation' patch: labels: - 'bug'