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 40f12fd commit 0f6757fCopy full SHA for 0f6757f
prepare_release.sh
@@ -39,4 +39,6 @@ GH_RELEASE_URL=$(gh release create v$PACKAGE_VERSION -t v$PACKAGE_VERSION --late
39
echo "Uploading tar archive to release $PACKAGE_VERSION..."
40
gh release upload v$PACKAGE_VERSION libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
41
echo "GH_RELEASE_URL: $GH_RELEASE_URL"
42
+echo "Update session-desktop with this new libsession-nodejs version with: "
43
+echo "yarn upgrade https://github.com/session-foundation/libsession-util-nodejs/releases/download/v$PACKAGE_VERSION/libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz"
44
echo "Done"
0 commit comments