From b2f6b3e55d6d77c6d481127b80fc41325ed4b5d4 Mon Sep 17 00:00:00 2001 From: Alexey Zorkaltsev Date: Mon, 4 Sep 2023 13:52:18 +0300 Subject: [PATCH] docs: update RELEASE.md --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index f2ee4e99..1fdf92c3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,3 +17,5 @@ altered by github project admin. **Important**: After performing a release, you should check that the new version has appeared in npm. If the version has not been updated, then to repeat the release you need to make a new commit without changing code with *bug: npm update* subject and repeat the release. + +**Final check**: Make an empty folder and execute *npm i ydb-sdk* in it. It is desirable to do this on *unix* and *windows*.