From 33b7d0b5a02826cab032992b6885db79dc182208 Mon Sep 17 00:00:00 2001 From: iberdinsky Date: Thu, 6 Jun 2024 12:58:26 +0200 Subject: [PATCH] Updated specs for releases --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index db379bb..c62c8e7 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file