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

docs: fix msg template

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-05-25 04:10:14 +00:00
parent 70f18f20e8
commit 25816eefe9
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -27,7 +27,7 @@ announce:
# Message template to use while publishing.
# Defaults to `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .GitURL }}/releases/tag/{{ .Tag }}`
message_template:
message_template: 'Awesome project {{.Tag}} is out!'
```
!!! tip