Skip to content

Commit

Permalink
Added release-drafter template (#1366)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
Signed-off-by: Thomas Runyon <runyontr@gmail.com>
  • Loading branch information
ANeumann82 authored and runyontr committed Mar 11, 2020
1 parent 9e3261c commit 83bc941
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name-template: 'kudo-v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Highlights'
labels:
- 'release/highlight'
- title: '⚠️ Breaking Changes'
labels:
- 'release/breaking-change'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
## Docker images
- `docker pull kudobuilder/controller:latest`
- `docker pull kudobuilder/controller:$NEXT_PATCH_VERSION`

0 comments on commit 83bc941

Please sign in to comment.