Browse Source

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

MeFisto94 5 years ago
parent
commit
5eeeb06184
1 changed files with 11 additions and 0 deletions
  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