Update 0006-tauri-releases-schedule.md

This commit is contained in:
Amr Bashir
2024-06-26 07:16:21 +03:00
committed by GitHub
parent 8eed65eb37
commit b3af691dbb

View File

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