Skip to content

Commit

Permalink
Announce release in Community Slack (nginx#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored and coolbry95 committed Nov 18, 2022
1 parent ab8ac9c commit de7bb29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ jobs:
GOPATH: ${{ needs.checks.outputs.go_path }}
AWS_PRODUCT_CODE: ${{ secrets.AWS_PRODUCT_CODE }}
AWS_PUB_KEY: ${{ secrets.AWS_PUB_KEY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
- name: Store Artifacts in Cache
uses: actions/cache@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ release:

milestones:
- close: true

announce:
slack:
enabled: true
channel: '#announcements'
message_template: 'NGINX Ingress Controller {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'

0 comments on commit de7bb29

Please sign in to comment.