Skip to content

Commit

Permalink
updating to be consistent with our release process (#1379)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed Mar 3, 2020
1 parent 55f7144 commit 6e9e762
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -12,8 +12,3 @@ template: |
## Changes
$CHANGES
## Docker images
- `docker pull kudobuilder/controller:latest`
- `docker pull kudobuilder/controller:$NEXT_PATCH_VERSION`

0 comments on commit 6e9e762

Please sign in to comment.