From bc1f32ebe95ede73e2bf47ad620a6fdd6d6d2355 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 14 Dec 2022 12:05:28 +0800 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ed2df5a..9ecd2b6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ This assumes you have installed the dev dependencies $ 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: * [tea/gui](./packages/gui/README.md)