We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a0e0b commit ddfbf19Copy full SHA for ddfbf19
.github/workflows/ci.yml
@@ -112,5 +112,4 @@ jobs:
112
args: release --clean
113
env:
114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
116
if: ${{ github.ref_type == 'tag' }}
.goreleaser.yaml
@@ -5,11 +5,5 @@ builds:
5
changelog:
6
disable: true
7
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
-
14
milestones:
15
- close: true
0 commit comments