From 995fc001e0abfa51ccb1fafbe76bb6d25ea8850c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 6 Mar 2025 23:22:45 -0800 Subject: [PATCH] docs(release_cycle.md): add stable tag info to release cycle --- docs/my-website/docs/proxy/release_cycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/release_cycle.md b/docs/my-website/docs/proxy/release_cycle.md index bdc8ff3049..947a4ae6b3 100644 --- a/docs/my-website/docs/proxy/release_cycle.md +++ b/docs/my-website/docs/proxy/release_cycle.md @@ -4,7 +4,7 @@ Litellm Proxy has the following release cycle: - `v1.x.x-nightly`: These are releases which pass ci/cd. - `v1.x.x.rc`: These are releases which pass ci/cd + [manual review](https://github.com/BerriAI/litellm/discussions/8495#discussioncomment-12180711). -- `v1.x.x`: These are releases which pass ci/cd + manual review + 3 days of production testing. +- `v1.x.x` OR `v1.x.x-stable`: These are releases which pass ci/cd + manual review + 3 days of production testing. In production, we recommend using the latest `v1.x.x` release.