Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doochik committed Nov 15, 2024
1 parent 55c1c7c commit 50a9c29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 50a9c29

Please sign in to comment.