docs(release_cycle.md): add stable tag info to release cycle
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 16s

This commit is contained in:
Krrish Dholakia 2025-03-06 23:22:45 -08:00
parent 754b699b07
commit 995fc001e0

View file

@ -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.