Skip to content

Commit ac04d8f

Browse files
committed
Document new workflow
1 parent 0932cde commit ac04d8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,11 @@ gitGraph TB:
429429
To keep changes in sync, we have some GitHub actions that open pull requests to take changes from `main` onto the `dev` branch, and from `dev` to each active version branch.
430430

431431
- `sync-main-to-dev` opens a pull request with all the changes from the `main` branch that aren't yet included on `dev`.
432-
This needs a single approval from either maintainers or TSC and can be merged.
433-
The aim is to bring build script and repository documentation changes to the other branches.
434-
Published versions of the specifications and schemas will also move across branches with this approach.
432+
- `sync-dev-to-vX.Y-dev` opens pull requests with all the changes from `dev` that aren't yet included on the corresponding `vX.Y-dev` branch.
433+
434+
These need a single approval from either maintainers or TSC and can be merged.
435+
The aim is to bring build script and repository documentation changes to the other branches.
436+
Published versions of the specifications and schemas will also move across branches with this approach.
435437

436438
## Appendix: Issue Automation
437439

0 commit comments

Comments
 (0)