From 45b842c6bd40a3d03bbe10c71d6635bdd1a466ea Mon Sep 17 00:00:00 2001 From: Jay Phelps Date: Wed, 21 Dec 2016 18:05:19 -0500 Subject: [PATCH] chore(README): Update our branching strategy (#2205) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3dc45f8986..e28b413e7e 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,10 @@ Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Exten ## Versions In This Repository -Different branches contain different versions +- [master](https://github.com/ReactiveX/rxjs/commits/master) - commits that will be included in the next _minor_ or _patch_ release +- [next](https://github.com/ReactiveX/rxjs/commits/next) - commits that will be included in the next _major_ release (breaking changes) -- [master](https://github.com/ReactiveX/rxjs/commits/master) - **canary** the next _major_ release (aka RxJS 6 😱) -- [5.1.x](https://github.com/ReactiveX/rxjs/commits/5.1.x) - **beta** the next _minor_ release -- [5.0.x](https://github.com/ReactiveX/rxjs/commits/5.0.x) - **stable** the current _stable_ release and its patches +Most PRs should be made to **master**, unless you know it is a breaking change. ## Important