From 50a9c29ec78e1c74f28b062c384a5efe984d7b0e Mon Sep 17 00:00:00 2001 From: Aleksei Androsov Date: Fri, 15 Nov 2024 13:33:49 +0300 Subject: [PATCH] Update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e691d27..3487207 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ * [Документация](./docs). +## How to publish new release + +1. Merge PRs +2. Manually update version +```shell +$ npm version patch +$ git push && git push --tags +``` +3. [Create new release from tag](https://github.com/descript-org/descript3/tags) and add changelog. +4. Wait for autodeploy via [githhub action](https://github.com/descript-org/descript3/actions/workflows/npm-publish.yml)