Skip to content

Commit

Permalink
chore(README): Update our branching strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps authored Dec 20, 2016
1 parent dc06e01 commit 1612c4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) - the next minor or patch release
- [next](https://github.com/ReactiveX/rxjs/commits/next) - 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

Expand Down

0 comments on commit 1612c4f

Please sign in to comment.