Skip to content

Commit e6f65de

Browse files
authored
Fix tags template (#40)
* Fix tags template * Update auto-release.yml
1 parent 5adf80d commit e6f65de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/auto-release-hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
filter-by-commitish: true
22
name-template: 'v$RESOLVED_VERSION'
3-
tag-template: '$RESOLVED_VERSION'
3+
tag-template: 'v$RESOLVED_VERSION'
44
version-template: '$MAJOR.$MINOR.$PATCH'
55
version-resolver:
66
major:

.github/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
filter-by-commitish: true
22
name-template: 'v$RESOLVED_VERSION'
3-
tag-template: '$RESOLVED_VERSION'
3+
tag-template: 'v$RESOLVED_VERSION'
44
version-template: '$MAJOR.$MINOR.$PATCH'
55
version-resolver:
66
major:

0 commit comments

Comments
 (0)