This was generated by AI during triage.
Parent
#492
Triage
- Category:
bug
- State:
ready-for-agent
- Requested repository labels:
bug, windows, priority: high
What to build
Harden the beta release workflow so updater manifests are not discoverable as a release until the platform-specific beta manifest assets have been uploaded.
PR #490 adds client-side defense for the publishing window, but the release process should still avoid exposing a beta tag or release feed entry before updater assets are ready.
Evidence
The Windows handoff log showed beta update checks failing against:
https://github.com/appergb/openless/releases/download/v1.3.4-4-beta-tauri/latest-windows-x86_64-beta.json
Later verification showed that the manifest asset existed with Last-Modified: 2026-05-18T08:09:44Z, after earlier user-visible updater failures. This indicates a release publishing race: the beta release became discoverable before the Windows updater manifest was available.
Acceptance criteria
Blocked by
None - can start immediately, but requires release workflow review.
Related
Parent
#492
Triage
bugready-for-agentbug,windows,priority: highWhat to build
Harden the beta release workflow so updater manifests are not discoverable as a release until the platform-specific beta manifest assets have been uploaded.
PR #490 adds client-side defense for the publishing window, but the release process should still avoid exposing a beta tag or release feed entry before updater assets are ready.
Evidence
The Windows handoff log showed beta update checks failing against:
Later verification showed that the manifest asset existed with
Last-Modified: 2026-05-18T08:09:44Z, after earlier user-visible updater failures. This indicates a release publishing race: the beta release became discoverable before the Windows updater manifest was available.Acceptance criteria
Blocked by
None - can start immediately, but requires release workflow review.
Related