Skip to content

Commit ddfbf19

Browse files
authored
Remove community slack announcement (#532)
1 parent a0a0e0b commit ddfbf19

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,4 @@ jobs:
112112
args: release --clean
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
116115
if: ${{ github.ref_type == 'tag' }}

.goreleaser.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@ builds:
55
changelog:
66
disable: true
77

8-
announce:
9-
slack:
10-
enabled: true
11-
channel: "#announcements"
12-
message_template: "NGINX Plus Go Client {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}"
13-
148
milestones:
159
- close: true

0 commit comments

Comments
 (0)