From 8dfa2c5e1ef55f0cf6c5f6529124c83b0c578e8e Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 14 Dec 2022 12:22:15 +0800 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ecd2b6..6d2a40f 100644 --- a/README.md +++ b/README.md @@ -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 tag v1.0.0 ``` Refer to each package README.md for instructions on how to setup and contribue to them: