From 605ed64ee6a322e38aee7c22902ef3fe1f47ee5d Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Thu, 7 Aug 2025 11:46:55 +0100
Subject: [PATCH] Remove community slack announcement
---
.github/workflows/ci.yml | 1 -
.goreleaser.yaml | 6 ------
2 files changed, 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97e8b7d1..b3422e3d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -112,5 +112,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
if: ${{ github.ref_type == 'tag' }}
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 5753ffc4..0514898c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -5,11 +5,5 @@ builds:
changelog:
disable: true
-announce:
- slack:
- enabled: true
- channel: "#announcements"
- message_template: "NGINX Plus Go Client {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}"
-
milestones:
- close: true