Skip to content

Commit 4f35011

Browse files
author
Sean Sundberg
committed
Restructures tag template and adds tag prefix
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 49909cf commit 4f35011

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/release-drafter-v1.1.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name-template: 'v$RESOLVED_VERSION-v1.1'
2-
tag-template: 'v$RESOLVED_VERSION-v1.1'
1+
name-template: 'v$RESOLVED_VERSION: terraform v1.1'
2+
tag-template: 'v1.1-v$RESOLVED_VERSION'
3+
tag-prefix: 'v1.1-'
34
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
45
categories:
56
- title: 'Features'

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
quay.io/cloudnativetoolkit/cli-tools
4949
# Docker tags based on the following events/attributes
5050
tags: |
51-
type=semver,pattern={{version}}
51+
type=match,pattern=v(.*),group=1
5252
type=ref,event=branch
5353
type=raw,value=latest,enable={{is_default_branch}}
5454

0 commit comments

Comments
 (0)