Skip to content

fix(release): make package-channel docs truthful#948

Merged
Hmbown merged 1 commit into
mainfrom
codex/v0.8.17-package-truth
May 7, 2026
Merged

fix(release): make package-channel docs truthful#948
Hmbown merged 1 commit into
mainfrom
codex/v0.8.17-package-truth

Conversation

@Hmbown
Copy link
Copy Markdown
Owner

@Hmbown Hmbown commented May 7, 2026

Closes #944.

Supersedes #946, which was closed when the branch was moved out of the v0.8.16 namespace for the hotfix lane.

Summary

  • Document Scoop as a real but independently-updated Windows package channel that can lag GitHub/npm/Cargo releases.
  • Stop presenting GHCR Docker images as an official supported release channel until publishing is working and public.
  • Make the Docker release job non-blocking while Docker/GHCR remains experimental.

Live evidence

  • npm: npm view deepseek-tui version --json returned 0.8.16 on May 7, 2026.
  • Scoop main bucket: bucket/deepseek-tui.json returned 0.8.16 on May 7, 2026.
  • GHCR: docker manifest inspect ghcr.io/hmbown/deepseek-tui:latest returned denied on May 7, 2026.

Test plan

  • git diff --check
  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/release.yml"); puts "release.yml ok"'
  • cargo test -p deepseek-tui-cli update::tests::test_asset_matching_accepts_binary_assets_and_rejects_checksums --locked
  • cargo fmt --all -- --check

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@Hmbown Hmbown force-pushed the codex/v0.8.17-package-truth branch from 980763a to 33f7911 Compare May 7, 2026 07:32
@Hmbown Hmbown marked this pull request as ready for review May 7, 2026 07:32
Copilot AI review requested due to automatic review settings May 7, 2026 07:32
@Hmbown Hmbown merged commit cd75ef8 into main May 7, 2026
15 of 19 checks passed
@Hmbown Hmbown review requested due to automatic review settings May 7, 2026 07:56
@Hmbown Hmbown deleted the codex/v0.8.17-package-truth branch May 26, 2026 12:55
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.

fix(release): make package-channel docs match live npm/Scoop/Docker state

1 participant