Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 822 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 822 Bytes

trigger.dev v2 is now deprecated.

Please upgrade to v3. Read the migration guide.

This repo contains v2 specific code:

  • Integration packages
  • v2 CLI
  • Yalt package and server
  • Framework adapter packages

Discord | Website | Issues | Docs

Twitter

Releasing a new patch version

pnpm run changeset:add # patch release
pnpm run changeset:version
pnpm i # update pnpm-lock.yaml
git commit -am "Release 3.0.x"
git push
pnpm run changeset:release