From ed74033b37d96489d4016d90b35a436b001a8ff0 Mon Sep 17 00:00:00 2001 From: RamidiShiva <82167447+RamidiShiva@users.noreply.github.com> Date: Mon, 31 May 2021 11:06:56 -0400 Subject: [PATCH] fix release drafter --- .github/release-drafter.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a34e7d3d8d..850e66e72e 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,18 +1,19 @@ name-template: "v$RESOLVED_VERSION 🌈" tag-template: "v$RESOLVED_VERSION" -references: - - dev +# references: +# - dev categories: - title: "🚀 Features" labels: - - "Type: Feature" - - "Type: Enhancement" + - "Feature" + - "Enhancement" - title: "🐛 Bug Fixes" labels: - - "Type: Bug" + - "Bug" + - "Bugfix" + - "fix" - title: "🧰 Maintenance" - label: - - "Type: Maintenance" + label: "Maintenance" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: