diff --git a/.goreleaser.yaml b/.goreleaser.yaml index eedcf89..e866cf7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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