From 5e5d151c0c15ba633e4622fdc6298ba002a26796 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 7 Jun 2023 12:32:59 -0700 Subject: [PATCH] docs: Tweak a few details on the release checklist. --- docs/subsystems/release-checklist.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/subsystems/release-checklist.md b/docs/subsystems/release-checklist.md index 0b4b02c694..2f848a7525 100644 --- a/docs/subsystems/release-checklist.md +++ b/docs/subsystems/release-checklist.md @@ -32,8 +32,8 @@ preparing a new release. ### Final release preparation - Update the Paper blog post draft with any new commits. -- _Major releases only:_ Download updated translation strings from - Transifex and commit them. +- Download updated translation strings from Transifex and commit + them. Use the `--branch 6.x` parameter for maintenance releases. - Use `build-release-tarball` to generate a pre-release tarball. - Test the new tarball extensively, both new install and upgrade from last release, on Ubuntu 20.04 or 22.04. @@ -49,6 +49,8 @@ preparing a new release. - If the draft post should remain secret until release, avoid using a guessable Git branch name for the pull request (the deployment preview URL is based on the branch name). +- _Major releases only (e.g. 4.0):_ Schedule team members to provide + extra responsive #production help support following the release. ### Executing the release