An SDK for building workers for the Notion Workers platform
1. Install mise
2. Run mise install
3. Run npm run bootstrap
Increment the package.json version and create a new Git tag:
``shell`This also creates a Git tag.
npm version patch
Then, push the commit and tag:
`shell``
git push origin main --follow-tags