From d43cf2c4866be7226bc0d5120e5c830e3f18b7f9 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 27 Aug 2025 15:10:10 -0400 Subject: [PATCH] Link out to release channel FAQ in Docs (#37029) This PR links users to the FAQ on the release channels, which has more in-depth coverage of the process. Release Notes: - N/A --- docs/src/development/releases.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/src/development/releases.md b/docs/src/development/releases.md index 5b821f3cf2046b982ed4ca99fe729075174cf532..52c66c3420237b6c54f03582bb008834fe78a496 100644 --- a/docs/src/development/releases.md +++ b/docs/src/development/releases.md @@ -1,13 +1,6 @@ # Zed Releases -Zed currently maintains two public releases for macOS: - -- [Stable](https://zed.dev/download): This is the primary version that people download and use. -- [Preview](https://zed.dev/releases/preview): which receives updates a week ahead of Stable for early adopters. - -Typically we cut a new minor release every Wednesday. The current Preview becomes Stable, and the new Preview contains everything on main up until that point. - -If bugs are found and fixed during the week, they may be cherry-picked into the release branches and so new patch versions for preview and stable can become available throughout the week. +Read about Zed's release channels [here](https://zed.dev/faq#what-are-the-release-channels). ## Wednesday release process