Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit f850421

Browse files
Igloczekpatzick
andauthored
Apply suggestions from code review
Co-Authored-By: patzick <[email protected]>
1 parent 0c6ed04 commit f850421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/basics/release-cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The first phase of cycle we're mostly focusing on features and improvements. Bra
3131
At some point, when milestone for next minor versions is completed, we're creating new branch from `develop` called `release/vx.y` (example: `release/v1.9`).
3232
After that new branch is tagged as first RC for version (example `v1.9.0-rc.1`). Then it's ready for testing by community.
3333
During tests, feedback and stabilization there could be multiple Release Candidate versions on this branch. When improvement is made on this phase, then branch should be created from actual `release/vx.y` and should not contain features at this point - only improvements for current release.
34-
When release branch is updated, then should `develop` should be synchronized with it.
34+
After merging a set of bugfixes and improvements into `release/*` branch, it needs to be tagged as the next RC version and merged into the `develop` branch, to update it.
3535

3636
![Release Candidate phase](./assets/release-cycle-2.png)
3737

0 commit comments

Comments
 (0)