We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae59dec commit 7179775Copy full SHA for 7179775
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-router",
3
- "version": "1.0.1",
+ "version": "2.0.0-rc1",
4
"description": "A complete routing library for React.js",
5
"files": [
6
"*.md",
scripts/release.sh
@@ -34,7 +34,7 @@ update_version 'package.json' $next_version
34
git commit -am "Version $next_version"
35
36
# push first to make sure we're up-to-date
37
-git push origin 1.0.x
+git push origin master
38
39
git tag $next_ref
40
git tag latest -f
0 commit comments