Skip to content

Commit 7ecd5a7

Browse files
authored
Merge pull request #30 from kindlyops/announce-releases
2 parents e11c2f6 + d1987e4 commit 7ecd5a7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/release-publisher.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
env:
3535
POWERSHELL_TELEMETRY_OPTOUT: true
3636
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
37+
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
38+
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
3739
with:
3840
version: latest
3941
args: release

.goreleaser.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ builds:
1515

1616
checksum:
1717
name_template: 'checksums.txt'
18+
19+
sboms:
20+
- artifacts: archive
21+
22+
announce:
23+
discord:
24+
enabled: true
25+
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }} or brew upgrade {{ .ProjectName }}'
26+
author: 'GoReleaser'
27+
1828
brews:
1929
- tap:
2030
owner: kindlyops

0 commit comments

Comments
 (0)