Skip to content

Commit 08dbb4f

Browse files
authored
github/release: Update Slack channel reference (#347)
1 parent f8f2e09 commit 08dbb4f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--environment=hc-install-oss \
3939
--org=hashicorp \
4040
--repo=hc-install \
41-
--slack-channel=C01QDH3Q37W \
41+
--slack-channel=C09KZFQ52CS \
4242
--product-version=$VERSION \
4343
--sha=$SHA \
4444
--branch=$BRANCH \
@@ -66,7 +66,7 @@ jobs:
6666
--environment=hc-install-oss \
6767
--org=hashicorp \
6868
--repo=hc-install \
69-
--slack-channel=C01QDH3Q37W \
69+
--slack-channel=C09KZFQ52CS \
7070
--product-version=$VERSION \
7171
--sha=$SHA \
7272
--branch=$BRANCH \

.release/ci.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project "hc-install" {
88
// but is required to be non-empty by CRT orchestrator
99
team = "_UNUSED_"
1010
slack {
11-
notification_channel = "C01QDH3Q37W" // #feed-terraform-exec
11+
notification_channel = "C09KZFQ52CS" // #feed-terraform-exec
1212
}
1313
github {
1414
organization = "hashicorp"

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Release process:
1313
- This will kick off staging and then production promotions. However, there is currently no way of blocking the production promotion until (staging) artifacts are in place, so **the production promotion is likely to fail**.
1414
1. Wait for [`promote-staging` workflow](https://github.com/hashicorp/crt-workflows-common/actions/workflows/crt-promote-staging.yml) to finish.
1515
1. Retry the failed `production` job of the `release` workflow
16-
1. Wait for a message [in the Slack channel](https://hashicorp.enterprise.slack.com/archives/C01QDH3Q37W) saying that authorisation is needed to promote artifacts to production. Click on the link and approve.
16+
1. Wait for a message [in the Slack channel](https://ibm.enterprise.slack.com/archives/C09KZFQ52CS) saying that authorisation is needed to promote artifacts to production. Click on the link and approve.
1717
1. Wait for the [`promote-production` workflow](https://github.com/hashicorp/crt-workflows-common/actions/workflows/crt-promote-production.yml) to finish
1818
1. Click on the pencil icon of [the latest release](https://github.com/hashicorp/hc-install/releases), click `Generate release notes`, make any manual changes if necessary (e.g. to call out any breaking changes) and `Update release`.
1919
1. Update [`version/VERSION`](https://github.com/hashicorp/hc-install/blob/main/version/VERSION) and add `-dev` suffix and set it to the expected next version to be released

0 commit comments

Comments
 (0)