Commit Graph

2 Commits

Author SHA1 Message Date
Offending Commit
57f89bc0cb fix(release): wire tauri-action to existing semantic-release GitHub release
- Add repositoryUrl to .releaserc.json so semantic-release can find the repo
  regardless of remote name/SSH alias
- Replace tauri-action tagName/releaseName/releaseBody params with releaseId
  fetched from the existing semantic-release GitHub Release, preventing a
  duplicate release being created on the same tag
2026-04-27 11:59:22 -05:00
Offending Commit
92c4dfd3dd feat: restructure as pnpm monorepo with Tauri desktop shell
- Migrate to packages/web + packages/desktop workspace layout via git mv
- Add Tauri v2 desktop shell with @tauri-apps/plugin-http for CORS bypass
- Configure Turborepo with package-level dependsOn build graph
- Add semantic-release with exec plugin for GHA output and disabled PR comments
- Fix http:default capability scope to allow all HTTP/HTTPS origins
- Add Vite Tauri integration (clearScreen, TAURI_DEV_HOST, target, envPrefix)
- Add semantic-release.yml and release.yml GitHub Actions workflows
- Fix all Biome lint errors (noArrayIndexKey, noNonNullAssertion, button types)
2026-04-24 21:42:06 -05:00