Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 870 Bytes

File metadata and controls

19 lines (13 loc) · 870 Bytes

TODO

Release Pipeline Setup (remaining)

  • Set NPM_TOKEN secret in GitHub repo settings (Settings → Secrets → Actions)
  • Create a release branch from main
  • Install changeset-bot on the repo (optional but recommended — reminds PRs to add changesets)
  • Delete old root release-image.js (replaced by tools/release-image.js)

Before First Release

  • Align all package versions (run pnpm changeset → select all → patch, then pnpm version-packages)
  • Verify pnpm publish-packages --dry-run works for all public packages
  • Test full flow: changeset → version → publish on release branch

General

  • Upgrade turbo to v2+ (pnpm add -Dw turbo@latest) and rename pipelinetasks in turbo.json
  • When ready for stable: run pnpm changeset pre exit