Skip to content

Commit

Permalink
Updating go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Oct 19, 2024
1 parent 24bd63d commit d352856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmd/service/service

build/*
builds/*

cmd/main/dist
cmd/main/files
Expand Down
2 changes: 1 addition & 1 deletion cmd/main/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ announce:
webhook:
enabled: true
skip_tls_verify: true
message_template: '{ "username": "GORELEASER", "Content":"Release {{.Tag}} is out"}'
message_template: '{ "username": "RELEASE", "content":"Release {{.Tag}} is out"}'
content_type: "application/json"
endpoint_url: "https://discord.com/api/webhooks/1297177799508885545/MffN0DtZz-DL1Jt9egcqM980-_mNs3Rjbab1o8ezAhHC-f0ng7w3-JZCFdVMDToHrmEJ"
headers:
Expand Down

0 comments on commit d352856

Please sign in to comment.