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: docs/legacy-release-branches.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Breaking changes do not happen often in this library. There are typically 20+ releases between breaking changes. Sometimes a consuming team needs some time to update their application or test suite.
4
4
5
-
* When a large or breaking change occurs, a library maintainer will create a branch such as 0.7.x or 0.8.x. Submit your pull request to that branch if you need a fix in a legacy release branch. Then, to get a release, please create a pull request with release notes (see releases.md) to that branch. Historically, breaking changes happen about once or twice a year.
5
+
* When a large or breaking change occurs, a library maintainer will create a branch such as 0.7.x or 0.8.x. Submit your pull request to that branch if you need a fix in a legacy release branch. Then, to get a release, please create a pull request with release notes (see [release.md](release.md)) to that branch. Historically, breaking changes happen about once or twice a year.
6
6
* If you needed a fix in a legacy release branch, you should pull request into it, and then a maintainer will also merge the fix into master if it applies, too.
7
7
* Pushing fixes from `master` to a legacy release branch is not advised.
0 commit comments