You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release tagging is deliberately deferred, decided 2026-08-09 — recorded here so it stops resurfacing as an audit finding, and so the reasoning is discoverable.
Current state
release.yml fires on any v* tag and publishes a public GitHub Release with bundles attached.
The only repo secret configured is EMBARGO_GUARD_CONFIG. None of the seven signing secrets exist: APPLE_CERTIFICATE, APPLE_CERTIFICATE_PASSWORD, APPLE_ID, APPLE_PASSWORD, APPLE_TEAM_ID, WINDOWS_CERTIFICATE, WINDOWS_CERTIFICATE_PASSWORD (plus TAURI_SIGNING_PRIVATE_KEY / ..._PASSWORD for the updater).
Tauri degrades gracefully, so a tag today would publish unsigned installers — SmartScreen friction on Windows, Gatekeeper block on macOS.
Release tagging is deliberately deferred, decided 2026-08-09 — recorded here so it stops resurfacing as an audit finding, and so the reasoning is discoverable.
Current state
release.ymlfires on anyv*tag and publishes a public GitHub Release with bundles attached.EMBARGO_GUARD_CONFIG. None of the seven signing secrets exist:APPLE_CERTIFICATE,APPLE_CERTIFICATE_PASSWORD,APPLE_ID,APPLE_PASSWORD,APPLE_TEAM_ID,WINDOWS_CERTIFICATE,WINDOWS_CERTIFICATE_PASSWORD(plusTAURI_SIGNING_PRIVATE_KEY/..._PASSWORDfor the updater).0.1.0acrossCargo.toml/tauri.conf.json/cockpit/ui/package.json(the last aligned from0.0.0in docs(status): refresh after the 2026-08-09 work-audit pass #50).The actual blocking work (out-of-repo, costs money)
Then
v0.1.0release.ymlproduces signed + notarized bundles on all three OSesThe first public release should be a signed one.