fix: updated read me
This commit is contained in:
parent
0337268521
commit
d47728a2de
20
README.md
20
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue