File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ publish` BY ITSELF__. The release script will do that. We want to prevent issues
7171like [ #325 ] ( https://github.com/react-bootstrap/react-bootstrap/issues/325 ) and
7272[ #218 ] ( https://github.com/react-bootstrap/react-bootstrap/issues/218 ) from ever
7373happening again. In order to run the release script you will need permission to
74- publish to the package to npm. Those with this permission are in the [ publishers
74+ publish the package to npm. Those with this permission are in the [ publishers
7575team] ( https://github.com/orgs/react-bootstrap/teams/publishers )
7676
7777* Note: The publishers team does exist. If you see 404 that means you just have no permissions to publish.*
@@ -82,7 +82,8 @@ Example usages of the release script:
8282$ ./tools/release patch
8383$ ./tools/release minor
8484$ ./tools/release major
85- $ ./tools/release minor --preid beta
85+ $ ./tools/release minor --preid beta Use both bump and preid for first prerelease
86+ $ ./tools/release --preid beta For follow on prereleases of the next version just use this
8687```
8788
8889Note that the above commands will bump the [ semver] ( http://semver.org ) version
You can’t perform that action at this time.
0 commit comments