Sophie Alpert
b765fb25eb
Change license and remove references to PATENTS
...
Only remaining references:
```
docs/_posts/2014-10-28-react-v0.12.md
51:You can read the full text of the [LICENSE](https://github.com/facebook/react/blob/master/LICENSE ) and [`PATENTS`](https://github.com/facebook/react/blob/master/PATENTS ) files on GitHub.
docs/_posts/2015-04-17-react-native-v0.4.md
20:* **Patent Grant**: Many of you had concerns and questions around the PATENTS file. We pushed [a new version of the grant](https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/ ).
src/__mocks__/vendor/third_party/WebComponents.js
8: * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
```
2017-09-25 18:17:44 -07:00
Dan Abramov
bf763fd1a5
Revert "Add es6-promisify"
...
This reverts commit c8cd133116 .
It's not used in the code.
2017-01-06 06:00:09 -08:00
Christopher Chedeau
a0bc99409d
Add es6-promisify
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
b763dc8778
[rrm] Rewrite stable-prs command
...
Now with
- better UX (can skip, handle each failed cherr-pick individually)
- easier to read code
- better error handling / cancellation
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
14fd16b67b
[rrm] Improve init & config loading experience
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
c46dd23f4a
[rrm] Add commands for npm access checking/granting
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
e3a41edd83
[rrm] npm-publish command
...
This will publish all packages in build/packages/*.tgz to the "next" tag. If the current version is "stable" (doesn't trigger semver.prerelease()) then it will also update the "latest" dist-tag to point at that version.
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
a47041c0f7
Initial import of react-release-manager
2017-01-06 06:00:09 -08:00