From 1be28871eb9944e46df2eb848bbf9687ae0b24eb Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Fri, 12 Jul 2019 08:56:26 +0200 Subject: [PATCH] Release Drafter: Change the defaults in `name-template` and `tag-template` to target the two-digit format --- .github/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 32cc639..ee70027 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter -name-template: $NEXT_PATCH_VERSION -tag-template: $NEXT_PATCH_VERSION +name-template: $NEXT_MINOR_VERSION +tag-template: $NEXT_MINOR_VERSION # Uses a more common 2-digit versioning in Jenkins plugins. Can be replaced by semver: $MAJOR.$MINOR.$PATCH version-template: $MAJOR.$MINOR