mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(release_cycle.md): clarify release cycle for stable releases on docs
This commit is contained in:
parent
c82b17013f
commit
647187db11
1 changed files with 11 additions and 3 deletions
|
|
@ -4,9 +4,17 @@ 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` OR `v1.x.x-stable`: These are releases which pass ci/cd + manual review + 3 days of production testing.
|
||||
- `v1.x.x:main-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.
|
||||
In production, we recommend using the latest `v1.x.x:main-stable` release.
|
||||
|
||||
|
||||
Follow our release notes [here](https://github.com/BerriAI/litellm/releases).
|
||||
Follow our release notes [here](https://github.com/BerriAI/litellm/releases).
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
### Is there a release schedule for LiteLLM stable release?
|
||||
|
||||
Stable releases come out every week (typically Sunday)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue