From 720488a6f4531df72bec54d0b2292d1e6fb53791 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 11 Jul 2022 07:09:46 +1000 Subject: [PATCH] fix typo --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a4883486..15305c81 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,4 @@ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter _extends: .github -name-template: exec-maven-plugin--$NEXT_MINOR_VERSION +name-template: exec-maven-plugin-$NEXT_MINOR_VERSION tag-template: exec-maven-plugin-$NEXT_MINOR_VERSION