File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ source venv/bin/activate
5959pip install git-archive-all
6060PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')
6161echo $PACKAGE_VERSION
62+ # NOTE: before you build the archive, below check test.yml for the sed command to apply locally. Will be fixed soon :tm:
6263python3 build_release_archive.py libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
6364gh release create v$PACKAGE_VERSION -t v$PACKAGE_VERSION --latest --generate-notes
6465gh release upload v$PACKAGE_VERSION libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
Original file line number Diff line number Diff line change 22 "main" : " index.js" ,
33 "name" : " libsession_util_nodejs" ,
44 "description" : " Wrappers for the Session Util Library" ,
5- "version" : " 0.4.19 " ,
5+ "version" : " 0.4.20 " ,
66 "license" : " GPL-3.0" ,
77 "author" : {
88 "name" : " Oxen Project" ,
Original file line number Diff line number Diff line change 22
33#include < oxenc/hex.h>
44
5+ #include < chrono>
6+
57#include " session/config/namespaces.hpp"
68
79namespace session ::nodeapi {
You can’t perform that action at this time.
0 commit comments