mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
update README
This commit is contained in:
parent
65211aaed8
commit
8dfa2c5e1e
1 changed files with 2 additions and 1 deletions
|
@ -32,9 +32,10 @@ $ 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
|
||||
Lets follow the [semver](https://semver.org/) versioning standard, prefixed with `v`: ie `v1.2.3`
|
||||
```
|
||||
$ git tag v1.0.0
|
||||
$ git push <remote> tag v1.0.0
|
||||
```
|
||||
|
||||
Refer to each package README.md for instructions on how to setup and contribue to them:
|
||||
|
|
Loading…
Reference in a new issue