Skip to content

Commit

Permalink
feat: announce to x
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Aug 9, 2024
1 parent c039f38 commit 5b0607f
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ archives:
format: zip

checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
name_template: "{{ .ProjectName }}_checksums.txt"
snapshot:
name_template: "{{ .Version }}-SNAPSHOT-{{.ShortCommit}}"
brews:
Expand All @@ -61,8 +61,8 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
release:
draft: true
replace_existing_draft: false
Expand All @@ -89,17 +89,32 @@ announce:
# Set author of the embed.
#
# Default: 'GoReleaser'
author: 'f1bonacc1'
author: "f1bonacc1"

# Color code of the embed. You have to use decimal numeral system, not hexadecimal.
#
# Default: '3888754' (the grey-ish from GoReleaser)
color: ''
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'
icon_url: "https://avatars.githubusercontent.com/u/806740?v=4"
twitter:
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
# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 5b0607f

Please sign in to comment.