File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 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
71
71
like [ #325 ] ( https://github.com/react-bootstrap/react-bootstrap/issues/325 ) and
72
72
[ #218 ] ( https://github.com/react-bootstrap/react-bootstrap/issues/218 ) from ever
73
73
happening 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
75
75
team] ( https://github.com/orgs/react-bootstrap/teams/publishers )
76
76
77
77
* 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:
82
82
$ ./tools/release patch
83
83
$ ./tools/release minor
84
84
$ ./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
86
87
```
87
88
88
89
Note that the above commands will bump the [ semver] ( http://semver.org ) version
You can’t perform that action at this time.
0 commit comments