1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

build: fix release name when nightly

This commit is contained in:
Carlos Alexandro Becker 2023-08-09 13:12:18 +00:00
parent 08e307ea8d
commit 0f018f3f58
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -356,6 +356,7 @@ milestones:
- close: true
release:
name_template: "v{{ .Version }}"
footer: |
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ .Tag }}