We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e6e7e commit fd79409Copy full SHA for fd79409
Readme.md
@@ -45,6 +45,12 @@ Then, bump the version in the package.json of the nodejs wrapper.
45
Then, run these commands:
46
47
```
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
+
54
pip install git-archive-all
55
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')
56
git-archive-all libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
0 commit comments