Skip to content

Development

Davin Shearer edited this page Dec 1, 2022 · 3 revisions

Creating a release

To create a published release, follow these steps:

  1. 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
  1. 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.

  2. Create a pull request (PR) with these files. When the PR is merged, be sure to include [node_publish] in the commit message.

  3. Once merged, tag the main repo with a tag in the form v#.#.#.

Clone this wiki locally