From 6e9e762e87f3d2ef985bf6571fa7d25da4328167 Mon Sep 17 00:00:00 2001 From: Ken Sipe Date: Tue, 3 Mar 2020 08:18:09 -0600 Subject: [PATCH] updating to be consistent with our release process (#1379) Signed-off-by: Ken Sipe --- .github/release-drafter.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3438efaee..fb73fbda4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: 'kudo-v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' +name-template: 'kudo-v$NEXT_MINOR_VERSION' +tag-template: 'v$NEXT_MINOR_VERSION' categories: - title: '🚀 Highlights' labels: @@ -12,8 +12,3 @@ template: | ## Changes $CHANGES - - ## Docker images - - - `docker pull kudobuilder/controller:latest` - - `docker pull kudobuilder/controller:$NEXT_PATCH_VERSION`