Skip to content

Commit a200626

Browse files
committed
Merge pull request react-bootstrap#1095 from react-bootstrap/maintaining-cleanup
Grammar cleanup, and add additional prerelease cli example
2 parents 2db54cd + d11c021 commit a200626

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MAINTAINING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ publish` BY ITSELF__. The release script will do that. We want to prevent issues
7171
like [#325](https://github.com/react-bootstrap/react-bootstrap/issues/325) and
7272
[#218](https://github.com/react-bootstrap/react-bootstrap/issues/218) from ever
7373
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
7575
team](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

8889
Note that the above commands will bump the [semver](http://semver.org) version

0 commit comments

Comments
 (0)