Skip to content

Commit a6b6140

Browse files
authored
Announce release in Community Slack (#3124)
1 parent c47d5bf commit a6b6140

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ jobs:
327327
GOPATH: ${{ needs.checks.outputs.go_path }}
328328
AWS_PRODUCT_CODE: ${{ secrets.AWS_PRODUCT_CODE }}
329329
AWS_PUB_KEY: ${{ secrets.AWS_PUB_KEY }}
330+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
330331
- name: Store Artifacts in Cache
331332
uses: actions/cache@v3
332333
with:

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ release:
6464

6565
milestones:
6666
- close: true
67+
68+
announce:
69+
slack:
70+
enabled: true
71+
channel: '#announcements'
72+
message_template: 'NGINX Ingress Controller {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'

0 commit comments

Comments
 (0)