Skip to content

Commit

Permalink
GoReleaser announce to Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Jul 25, 2024
1 parent bfcec4c commit 0737a02
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,40 @@ release:
draft: true
replace_existing_draft: false
disable: false

announce:
discord:
# Whether its enabled or not.
enabled: true

# Message template to use while publishing.
#
# Default: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
# Templates: allowed
message_template: |
**New Release: Process Compose {{.Tag}}**
Process Compose {{.Tag}} is out.
What's new: {{.ReleaseURL}}
Thanks,
f1bonacc1
# Set author of the embed.
#
# Default: 'GoReleaser'
author: 'f1bonacc1'

# Color code of the embed. You have to use decimal numeral system, not hexadecimal.
#
# Default: '3888754' (the grey-ish from GoReleaser)
color: ''

# URL to an image to use as the icon for the embed.
#
# Default: 'https://goreleaser.com/static/avatar.png'
icon_url: 'https://avatars.githubusercontent.com/u/806740?v=4'

# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 0737a02

Please sign in to comment.