Skip to content

Commit fd79409

Browse files
committed
chore: update readme.md
1 parent f5e6e7e commit fd79409

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Then, bump the version in the package.json of the nodejs wrapper.
4545
Then, run these commands:
4646

4747
```
48+
# bump the version in the package.json
49+
git add .
50+
git commit
51+
git push upstream main
52+
# Make sure you do the steps above, otherwise the tag won't be on the right commit with the `gh release create`
53+
4854
pip install git-archive-all
4955
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')
5056
git-archive-all libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz

0 commit comments

Comments
 (0)