浏览代码

Use the Release-Drafter Bot to keep track of changes.

MeFisto94 6 年之前
父节点
当前提交
5eeeb06184
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .github/release-drafter.yml

+ 11 - 0
.github/release-drafter.yml

@@ -0,0 +1,11 @@
+name-template: Upcoming Changes
+categories:
+  - title: 🚀 Features
+    label: enhancement
+  - title: 🐛 Bug Fixes
+    label: bug
+tag-template: - $TITLE @$AUTHOR (#$NUMBER)
+template: |
+  ## Upcoming Changes
+
+  $CHANGES