Skip to content

Commit

Permalink
Try out Slack announcing
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Dec 15, 2023
1 parent f70853d commit 147858f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_PRIVATE_KEY: ${{ secrets.HOMEBREW_TAP_PRIVATE_KEY }}
WINGET_PKGS_PRIVATE_KEY: ${{ secrets.WINGET_PKGS_PRIVATE_KEY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,9 @@ winget:
owner: microsoft
name: winget-pkgs
branch: master

announce:
slack:
enabled: true
message_template: "Jalapeno {{.Tag}} is out! Check it out at {{ .ReleaseURL }}"
channel: "#jalapeno"

0 comments on commit 147858f

Please sign in to comment.