-
Notifications
You must be signed in to change notification settings - Fork 6
Development
Davin Shearer edited this page Dec 1, 2022
·
3 revisions
To create a published release, follow these steps:
- Update the following files to match the target release version:
File | What to update |
---|---|
CMakeLists.txt | 1 change: project version near the top |
src/rpc/client/ts/package.json | 1 change: version near the top |
-
After making those changes, be sure to rebuild and test locally. The generated file
src/rpc/client/ts/package-lock.json
will be updated by the build. -
Create a pull request (PR) with these files. When the PR is merged, be sure to include
[node_publish]
in the commit message. -
Once merged, tag the main repo with a tag in the form
v#.#.#
.