Skip to content

Commit 4f5c52b

Browse files
committed
fix: update README release instructions to check libsession_util submodule
reverted version in package.json so we can follow the proper documented process for releases
1 parent ef3eeca commit 4f5c52b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ Note: The `electron` property in the `config` object will need to be updated in
3535

3636
### Making a Release and updating Session-desktop
3737

38-
First, make sure all your changes are commited and pushed to the `libsession-util-nodejs` project from your `[FOLDER_NOT_IN_SESSION_DESKTOP]` folder.
39-
Then, bump the version in the package.json of the nodejs wrapper.
38+
1. First, make sure all your changes are commited and pushed to the `libsession-util-nodejs` project from your `[FOLDER_NOT_IN_SESSION_DESKTOP]` folder.
4039

41-
- A **patch** version bump is required only if you have changed the implementation of an existing function or doing a hot fix for libsession version used by `session-desktop`.
40+
2. Then make sure the `libsession-util` is using the latest `dev` branch (unless there is a reason not to).
4241

43-
- A **minor** version bump is required if you have added a new function or changed the signature of an existing one.
42+
3. Then, bump the version in the package.json of the nodejs wrapper.
43+
44+
- A **patch** version bump is required only if you have changed the implementation of an existing function or doing a hot fix for libsession version used by `session-desktop`.
45+
46+
- A **minor** version bump is required if you have added a new function or changed the signature of an existing one.
4447

4548
Then, run these commands:
4649

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"main": "index.js",
33
"name": "libsession_util_nodejs",
44
"description": "Wrappers for the Session Util Library",
5-
"version": "0.3.20",
5+
"version": "0.3.19",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Project",

0 commit comments

Comments
 (0)