Skip to content

Releasing

Simon Warta edited this page Dec 6, 2023 · 2 revisions

Instructions how to release ts-relayer:

  1. Merge every PR to main
  2. Clean install git clean -xdf && yarn
  3. Set version: yarn changeset version && git add . && git commit -m "Set version: $(jq -r .version < package.json)" review commit
  4. Build, publish and tag: yarn build && yarn changeset publish && git push && git push --tags
Clone this wiki locally