From 4a1bab52f3b799262c1104e42f4c615f5cb4c90d Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 24 Sep 2025 17:52:02 -0400 Subject: [PATCH] Update release process docs to include storing feature media (#38824) Release Notes: - N/A --- docs/src/development/releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/development/releases.md b/docs/src/development/releases.md index 76432d93f002dc7dd9d9d119d24ed1348863c73e..bbb7caf30e183f361e314c36c5dcb773f003b508 100644 --- a/docs/src/development/releases.md +++ b/docs/src/development/releases.md @@ -51,10 +51,14 @@ Credentials for various services used in this process can be found in 1Password. - We sometimes correct things here and there that didn't translate from GitHub's renderer to Kit's. 1. Build social media posts based on the popular items in stable. + - You can use the [prior week's post chain](https://zed.dev/channel/tweets-23331) as your outline. - Stage the copy and assets using [Buffer](https://buffer.com), for both X and BlueSky. - Publish both, one at a time, ensuring both are posted to each respective platform. +1. Store any media created in the `Feature Media` directory in our Google Drive. + Other team members may want to reference or use these later on. + ## Patch release process If your PR fixes a panic or a crash, you should cherry-pick it to the current stable and preview branches.