You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -429,9 +429,11 @@ gitGraph TB:
429
429
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.
430
430
431
431
-`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.
0 commit comments