From aca98821f89e1db3673da1fbef721bd6dc9f919c Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Tue, 30 Jun 2020 00:06:40 -0500 Subject: [PATCH] Update release-drafter.yml (#242) --- .github/release-drafter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index badce337..7697c9a8 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -9,18 +9,20 @@ categories: - title: '**ADDED:**' labels: - 'feature request' + - 'added feature' - title: '**FIXED:**' labels: - 'bug fix' - title: '**IMPROVED:**' labels: - 'enhancement' + - 'optimization' - title: '**CHANGED:**' labels: - 'cleanup' - title: '**TRANSLATIONS:**' labels: - - 'translations' + - 'translation' exclude-labels: - 'ignore changelog'