Skip to content

Commit

Permalink
Updated specs for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
iberdinsky-skilld committed Jun 6, 2024
1 parent a01adb8 commit 33b7d0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ Useful make commands:
make front-install front-build
make EMBED=1
```

## To push new client release.

```shell
git tag v0.0.X
git push --tags
```
and wait for github action will finished.

0 comments on commit 33b7d0b

Please sign in to comment.