mirror of
https://github.com/tauri-apps/rfcs.git
synced 2026-01-31 00:35:24 +01:00
Update 0006-tauri-releases-schedule.md
This commit is contained in:
@@ -23,9 +23,9 @@ We follow semver versioning for all tauri crates, NPM packages and CLIs and so w
|
||||
here is what each release type cycle would look like:
|
||||
|
||||
- `patch`: weekly
|
||||
- `patch` versions can be released when needed, in the case of an urgent bug fix or security vulnerability.
|
||||
- PRs with `minor` bumps shall be marked as `Ready for next minor` and will not be merged until the next `minor` release cycle.
|
||||
This policy exists to ease the release of `patch` versions without cherrypicking into a separate branch and releasing from there.
|
||||
- Can be released when needed, in the case of an urgent bug fix or security vulnerability.
|
||||
- Releasing a `patch` version will be through cherry picking the relevant commits into a new branch and releasing it from there.
|
||||
- A `patch` release cycle can be skipped if there is no patches to release.
|
||||
- `minor`: every 2 months
|
||||
- `major`: every 2 years
|
||||
- `alpha`: weekly
|
||||
|
||||
Reference in New Issue
Block a user