From 54dc19deb891f47b11249ed92d0146c0487e9c9c Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Fri, 4 Mar 2022 12:33:15 +0100 Subject: [PATCH] add release instructions to release notification (#13160) Because we can't expect people to magically know where to find them. CHANGELOG_BEGIN CHANGELOG_END --- ci/cron/tuesday.yml | 2 +- ci/cron/wednesday.yml | 2 +- release/RELEASE_SNAPSHOT_1.0.md | 2 ++ release/RELEASE_SNAPSHOT_2.0.md | 2 ++ release/RELEASE_STABLE_1.0.md | 2 ++ release/RELEASE_STABLE_2.0.md | 2 ++ 6 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ci/cron/tuesday.yml b/ci/cron/tuesday.yml index 019ef7f200..f8ebc504bf 100644 --- a/ci/cron/tuesday.yml +++ b/ci/cron/tuesday.yml @@ -31,4 +31,4 @@ jobs: RELEASE_MANAGER=$(next_in_rotation_slack) - tell_slack "$(echo -e "Hi <@$RELEASE_MANAGER>! According to the , you are in charge of the release tomorrow. Please make sure you plan accordingly, or find a replacement.")" + tell_slack "$(echo -e "Hi <@$RELEASE_MANAGER>! According to the , you are in charge of the release tomorrow. Please make sure you plan accordingly, or find a replacement. See the for details.")" diff --git a/ci/cron/wednesday.yml b/ci/cron/wednesday.yml index dff1c29763..0159f11301 100644 --- a/ci/cron/wednesday.yml +++ b/ci/cron/wednesday.yml @@ -88,4 +88,4 @@ jobs: rotate open_pr "rotate-after-release-$(date -I)" \ "rotate release duty after $(date -I)" \ - "@$NEXT_GH is taking care of testing today's release, so they get pushed back to the end of the line.\n\nPlease do not merge this before the release is fully tested." + "@$NEXT_GH is taking care of [testing](https://github.com/digital-asset/daml/blob/main/release/RELEASE.md) today's release, so they get pushed back to the end of the line.\n\nPlease do not merge this before the release is fully tested." diff --git a/release/RELEASE_SNAPSHOT_1.0.md b/release/RELEASE_SNAPSHOT_1.0.md index a82a3d20fd..71af02d5eb 100644 --- a/release/RELEASE_SNAPSHOT_1.0.md +++ b/release/RELEASE_SNAPSHOT_1.0.md @@ -30,3 +30,5 @@ 1. Merge the PR and wait for the corresponding `main` build to finish. You will be notified on `#team-daml`. + +1. Go back to the general [release instructions](RELEASE.md). diff --git a/release/RELEASE_SNAPSHOT_2.0.md b/release/RELEASE_SNAPSHOT_2.0.md index f62d190c8c..e65c273408 100644 --- a/release/RELEASE_SNAPSHOT_2.0.md +++ b/release/RELEASE_SNAPSHOT_2.0.md @@ -6,4 +6,6 @@ 1. Merge the PR and wait for the corresponding `main` build to finish. +1. Go back to the general [release instructions](RELEASE.md). + [DACH-NY/assembly]: https://github.com/DACH-NY/assembly diff --git a/release/RELEASE_STABLE_1.0.md b/release/RELEASE_STABLE_1.0.md index 9abd61600c..2ab0a88949 100644 --- a/release/RELEASE_STABLE_1.0.md +++ b/release/RELEASE_STABLE_1.0.md @@ -19,4 +19,6 @@ 1. Merge the PR and wait for the corresponding `main` build to finish. You will be notified on `#team-daml`. +1. Go back to the general [release instructions](RELEASE.md). + [checklist]: https://docs.google.com/document/d/1RY2Qe9GwAUiiSJmq1lTzy6wu1N2ZSEILQ68M9n8CHgg diff --git a/release/RELEASE_STABLE_2.0.md b/release/RELEASE_STABLE_2.0.md index 0493ee3360..d5017a7eff 100644 --- a/release/RELEASE_STABLE_2.0.md +++ b/release/RELEASE_STABLE_2.0.md @@ -27,6 +27,8 @@ 1. Merge the PR and wait for the corresponding `main` build to finish. +1. Go back to the general [release instructions](RELEASE.md). + [checklist]: https://docs.google.com/document/d/1RY2Qe9GwAUiiSJmq1lTzy6wu1N2ZSEILQ68M9n8CHgg [DACH-NY/assembly]: https://github.com/DACH-NY/assembly [digital-asset/daml]: https://github.com/digital-asset/daml