Summary
Add GitHub Actions workflow producing versioned artifacts per push tag; cache dependencies; surface artifacts for smoke QA.
Background
Single-developer projects still benefit from regression signal and contributor friction reduction.
Scope
- Windows job required; macOS + Linux best-effort staged.
- Cache
npm ci layers.
- Optional
electron-builder secrets for notarization placeholders.
Acceptance criteria
Technical notes
macOS notarization secrets must never log.
Definition of done
Green workflow on default branch with documented required secrets table in internal CONTRIBUTING (future).
Summary
Add GitHub Actions workflow producing versioned artifacts per push tag; cache dependencies; surface artifacts for smoke QA.
Background
Single-developer projects still benefit from regression signal and contributor friction reduction.
Scope
npm cilayers.electron-buildersecrets for notarization placeholders.Acceptance criteria
v*triggers full release build path.dist-electronartifact upload ≤ retention policy.Technical notes
macOS notarization secrets must never log.
Definition of done
Green workflow on default branch with documented required secrets table in internal CONTRIBUTING (future).