You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,15 @@ Note: The `electron` property in the `config` object will need to be updated in
35
35
36
36
### Making a Release and updating Session-desktop
37
37
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.
40
39
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).
42
41
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.
0 commit comments