diff --git a/.github/auto-release-hotfix.yml b/.github/auto-release-hotfix.yml index 11d8a09..cbd651f 100644 --- a/.github/auto-release-hotfix.yml +++ b/.github/auto-release-hotfix.yml @@ -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: diff --git a/.github/auto-release.yml b/.github/auto-release.yml index 352b8be..38d949a 100644 --- a/.github/auto-release.yml +++ b/.github/auto-release.yml @@ -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: diff --git a/.github/goreleaser.yml b/.github/goreleaser.yml index 7a80262..5e9d18a 100644 --- a/.github/goreleaser.yml +++ b/.github/goreleaser.yml @@ -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: