浏览代码

Add 'New Translations` section in release notes (#133)

Emruz Hossain 4 年之前
父节点
当前提交
58f1585f23
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/release-drafter.yml

+ 3 - 0
.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'