Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 626 Bytes

File metadata and controls

6 lines (5 loc) · 626 Bytes

CI quality gates

  • .github/workflows/ci.yml runs bun run lint, bun run typecheck, and bun run test on pull requests and pushes to main.
  • .github/workflows/release.yml builds macOS (arm64 and x64), Linux (x64), and Windows (x64) desktop artifacts from a single v*.*.* tag and publishes one GitHub release.
  • The release workflow auto-enables signing only when secrets are present: Apple credentials for macOS and Azure Trusted Signing credentials for Windows. Without secrets, it still releases unsigned artifacts.
  • See Release Checklist for the full release/signing setup checklist.