Skip to content

Commit

Permalink
Added discord announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 28, 2021
1 parent 481a7a4 commit eddc9ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
13 changes: 5 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,11 @@ announce:

# See more at: https://goreleaser.com/customization/announce/#discord
discord:
enabled: false
message_template: '{{ .ProjectName }} {{ .Tag }} is out!'
# Defaults to `GoReleaser`
author: ''
# Defaults to `3888754` - the grey-ish from goreleaser
color: ''
# Defaults to `https://goreleaser.com/static/avatar.png`
icon_url: ''
enabled: true
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/tonicpow/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
author: 'TonicBot'
#color: '80200120' #50C878
#icon_url: 'https://tonicpow.com/images/apple-touch-icon.png'

# See more at: https://goreleaser.com/customization/announce/#reddit
reddit:
Expand Down

0 comments on commit eddc9ab

Please sign in to comment.