Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 356 Bytes

RELEASE_PROCESS.md

File metadata and controls

23 lines (16 loc) · 356 Bytes

Release process

Beta

pnpm bump prerelease --preid=next
pnpm build
pnpm publish:npm --tag next
pnpm publish:jsr

Production

Create new release in git-flow

Bump version:

pnpm bump patch
pnpm bump minor

Push/merge to main branch will trigger CI/CD workflow, which publishes @scffld/cli@VERSION & creates a GitHub release