Skip to content

Commit

Permalink
[build] Configure Twitter announcer
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 13, 2021
1 parent ff9c734 commit 758f1fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ brews:
description: "Gum is a Gradle/Maven/Ant/Bach/JBang wrapper written in Go"
license: Apache-2.0
skip_upload: false

announce:
twitter:
enabled: true
# Defaults to `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}`
message_template: '🚀 {{ .ProjectName }} {{ .Tag }} has been released! {{ .ReleaseURL }}'

0 comments on commit 758f1fd

Please sign in to comment.