Skip to content

Commit

Permalink
build: fix release name when nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 9, 2023
1 parent 08e307e commit 0f018f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ milestones:
- close: true

release:
name_template: "v{{ .Version }}"
footer: |
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ .Tag }}
Expand Down

0 comments on commit 0f018f3

Please sign in to comment.