release-drafter - Add category for translations (#7439)

* release-drafter - Add category for translations

* Update .github/release-drafter.yml

Co-Authored-By: mharis001 <34453221+mharis001@users.noreply.github.com>

* Update release-drafter.yml

Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
This commit is contained in:
PabstMirror 2020-01-17 08:59:50 -06:00 committed by GitHub
parent d8f18c685b
commit 5c774f5fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,19 @@ categories:
- title: '**ADDED:**'
labels:
- 'kind/feature request'
- 'kind/enhancement'
- 'area/translations'
- title: '**FIXED:**'
labels:
- 'kind/bug fix'
- title: '**CHANGED:**'
- title: '**IMPROVED:**'
labels:
- 'kind/enhancement'
- title: '**CHANGED:**'
labels:
- 'kind/cleanup'
- 'area/compatibility'
- title: '**TRANSLATIONS:**'
labels:
- 'area/translations'
exclude-labels:
- 'ignore changelog'