We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Instructions how to release ts-relayer:
git clean -xdf && yarn
yarn changeset version && git add . && git commit -m "Set version: $(jq -r .version < package.json)"
yarn build && yarn changeset publish && git push && git push --tags