798 B
798 B
Changesets
Trigger.dev uses changesets to manage updated our packages and releasing them to npm.
Adding a changeset
To add a changeset, use pnpm run changeset:add and follow the instructions here. Please only ever select one of our public packages when adding a changeset, which currently are:
@trigger.dev/sdk@trigger.dev/integration-sdk@trigger.dev/github@trigger.dev/slack@trigger.dev/shopify@trigger.dev/resend
Release instructions
Based on the instructions here
- Run
pnpm run changeset:version - Run
pnpm run changeset:release