1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

fix: discord default url

This commit is contained in:
Carlos A Becker 2021-11-06 16:49:23 -03:00
parent c9991ad9ab
commit 8ca5009268
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -16,7 +16,7 @@ const (
defaultAuthor = `GoReleaser`
defaultColor = "3888754"
defaultIcon = "https://goreleaser.com/static/avatar.png"
defaultMessageTemplate = `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ trimsuffix .GitURL ".git" }}/releases/tag/{{ .Tag }}`
defaultMessageTemplate = `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}`
)
type Pipe struct{}