Skip to content

Commit

Permalink
Merge pull request #231 from bitcoin-sv/fix-go-releaser
Browse files Browse the repository at this point in the history
fix(SPV-000): go-releaser with adjusted organisation name
  • Loading branch information
dorzepowski authored May 28, 2024
2 parents 2fefddd + ab7728e commit f093136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ announce:
# See more at: https://goreleaser.com/customization/announce/#slack
slack:
enabled: true
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/BuxOrg/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/bitcoin-sv/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
channel: '#ba-bux'
# username: ''
# icon_emoji: ''
Expand Down Expand Up @@ -73,6 +73,6 @@ announce:
# Username for your Reddit account
username: ""
# Defaults to `{{ .GitURL }}/releases/tag/{{ .Tag }}`
# url_template: 'https://github.com/BuxOrg/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
# url_template: 'https://github.com/bitcoin-sv/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
# Defaults to `{{ .ProjectName }} {{ .Tag }} is out!`
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'

0 comments on commit f093136

Please sign in to comment.