Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 726 Bytes

File metadata and controls

18 lines (11 loc) · 726 Bytes

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/integrations
  • @trigger.dev/providers

Release instructions

Based on the instructions here

  1. Run pnpm run changeset:version
  2. Run pnpm run changeset:release