- Navigate to the client directory and run
inv update-version-go-js:
cd client
# For major release
inv update-version-go-js --update major
# For minor release
inv update-version-go-js --update minor
# For patch release
inv update-version-go-js --update patch- You can change the wording or order of items in
client/CHANGELOG_GO_JS.md - Open PR with your changes.