Skip to content

fix(desktop): publish nightly feed metadata during stable releases fixes #2271#2336

Open
hopstreax wants to merge 2 commits into
AgentWrapper:mainfrom
hopstreax:fix/nightly-feed-stable-release-2271-v2
Open

fix(desktop): publish nightly feed metadata during stable releases fixes #2271#2336
hopstreax wants to merge 2 commits into
AgentWrapper:mainfrom
hopstreax:fix/nightly-feed-stable-release-2271-v2

Conversation

@hopstreax

Copy link
Copy Markdown

Summary

Stable releases currently publish only latest*.yml feed metadata. Nightly-channel clients can fail to update to a newer stable release because they request nightly*.yml, which is missing from stable releases.

This change makes the stable release workflow generate and upload both:

  • latest*.yml
  • nightly*.yml

using the same release metadata.

Changes

  • Generate both latest and nightly feed metadata during stable releases.
  • Upload both latest*.yml and nightly*.yml assets.

Result

  • Nightly clients can update to a newer stable release when no newer nightly exists.
  • Stable clients remain unchanged because they continue to use the latest channel.

@hopstreax hopstreax changed the title fix(desktop): publish nightly feed metadata during stable releases fix(desktop): publish nightly feed metadata during stable releases fixes #2271 Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant