mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Improve Versioning Strategy wording on releases doc
This commit is contained in:
@@ -19,8 +19,8 @@ Infisical provides two distinct release channels with different update frequenci
|
||||
<Tabs>
|
||||
<Tab title="Nightly Channel">
|
||||
- **Update Frequency**: Daily builds during weekdays (Monday-Friday)
|
||||
- **Versioning Strategy**: Nightly releases provide daily patches and features while making its way towards the next stable release
|
||||
- **Version Format**: `vX.Y.0-nightly-YYYYMMDD` where X.Y represents the next minor version increment from the latest stable release
|
||||
- **Versioning Strategy**: Nightly releases target the next scheduled minor version by incrementing from the current stable release and resetting the patch version to zero
|
||||
- **Multiple Daily Builds**: If multiple nightly builds are created on the same day, they are numbered incrementally: `vX.Y.0-nightly-YYYYMMDD.1`, `vX.Y.0-nightly-YYYYMMDD.2`, etc.
|
||||
- **Stability**: Latest features with standard CI/CD testing
|
||||
- **Release Process**: Built from main branch after all automated tests pass
|
||||
|
||||
Reference in New Issue
Block a user