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

build: simplify changelog on nightly builds

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-11-18 09:55:07 -03:00
parent 59a3eeb56d
commit 18c109a62a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -364,8 +364,9 @@ milestones:
release:
name_template: "v{{ .Version }}"
footer: |
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ .Tag }}
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ if .IsNightly }}nightly{{ else }}{{ .Tag }}{{ end }}
{{ if not .IsNightly }}
## Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
@ -379,6 +380,7 @@ release:
* Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
{{ end }}
announce:
twitter: