Browse Source

Fix Release Drafter Config

MeFisto94 5 years ago
parent
commit
1faaef7802
1 changed files with 6 additions and 3 deletions
  1. 6 3
      .github/release-drafter.yml

+ 6 - 3
.github/release-drafter.yml

@@ -1,10 +1,13 @@
-name-template: Upcoming Changes
 categories:
 categories:
   - title: 🚀 Features
   - title: 🚀 Features
-    label: enhancement
+    label: feature
   - title: 🐛 Bug Fixes
   - title: 🐛 Bug Fixes
     label: bug
     label: bug
-tag-template: - $TITLE @$AUTHOR (#$NUMBER)
+
+name-template: "Upcoming Release"
+tag-template: "$NEXT_PATCH_VERSION"
+version-template: "v$MAJOR.$MINOR-codename-sdk$PATCH"
+change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
 template: |
 template: |
   ## Upcoming Changes
   ## Upcoming Changes