mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
update README
This commit is contained in:
parent
7f8617e872
commit
bc1f32ebe9
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,13 @@ This assumes you have installed the dev dependencies
|
||||||
$ pnpm build:gui
|
$ pnpm build:gui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Creating a release
|
||||||
|
Tag any commit in the main branch, then push directly to the main branch.
|
||||||
|
Lets follow the [semver](https://semver.org/) versioning standard
|
||||||
|
```
|
||||||
|
$ git tag v1.0.0
|
||||||
|
```
|
||||||
|
|
||||||
Refer to each package README.md for instructions on how to setup and contribue to them:
|
Refer to each package README.md for instructions on how to setup and contribue to them:
|
||||||
|
|
||||||
* [tea/gui](./packages/gui/README.md)
|
* [tea/gui](./packages/gui/README.md)
|
||||||
|
|
Loading…
Reference in a new issue