Skip to content

Commit

Permalink
Fix tags naming (#108)
Browse files Browse the repository at this point in the history
* Fix tags naming

* Update auto-release-hotfix.yml

* Update goreleaser.yml
  • Loading branch information
goruha authored Jun 19, 2024
1 parent 289afbc commit 328fe21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/auto-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
filter-by-commitish: true
name-template: 'v$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-template: '$MAJOR.$MINOR.$PATCH'
version-resolver:
major:
Expand Down
2 changes: 1 addition & 1 deletion .github/auto-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
filter-by-commitish: true
name-template: 'v$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-template: '$MAJOR.$MINOR.$PATCH'
version-resolver:
major:
Expand Down
2 changes: 1 addition & 1 deletion .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ release:
replace_existing_artifacts: true
mode: keep-existing
make_latest: false
name_template: 'v{{.Tag}}'
name_template: '{{.Tag}}'
target_commitish: "{{ .Branch }}"

changelog:
Expand Down

0 comments on commit 328fe21

Please sign in to comment.