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: README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,4 @@ There are a few edge cases where we might want to work only on the current branc
70
70
** Open a draft PR against `dev`, with a label for the specific version it is targeting - this can be shared & reviewed in draft mode, but will not be mergeable until it is pointed at the next release.
71
71
** Create a feature branch from `dev`, to be merged into `dev` when appropriate.
72
72
* When a new version is ready to published, the `5.x` branch will get a git tag, named with the exact version (for example, **5.1.0**), signifying that this point-in-time marks the completion of the work for that minor release.
73
-
* The `dev` branch, with all merged content for the next release, will then be merged
73
+
* Updates merged into the `dev` branchfor the next release are cherry-picked into the `5.x` branch.
0 commit comments