fix: updated read me

This commit is contained in:
Giles Bradshaw 2020-07-30 07:15:43 +01:00
parent 0337268521
commit d47728a2de
1 changed files with 19 additions and 1 deletions

View File

@ -15,6 +15,24 @@ use https://www.conventionalcommits.org/en/v1.0.0/ to control releases.
to release
```
```shell
yarn release
```
prerelease
```shell
yarn release --prerelease alpha
```
release as
```shell
yarn release --release-as 1.0.0
```
dry run
```shell
yarn release --dry-run
```