Skip to content

docs: fix binary release links for #276#284

Merged
github-actions[bot] merged 2 commits into
mainfrom
spboyer/issue-276-binary-docs-fix
May 23, 2026
Merged

docs: fix binary release links for #276#284
github-actions[bot] merged 2 commits into
mainfrom
spboyer/issue-276-binary-docs-fix

Conversation

@spboyer

@spboyer spboyer commented May 23, 2026

Copy link
Copy Markdown
Member

The README binary install links and the public releases docs were pointing standalone binary users at /releases/latest, which resolves to the azd extension release instead of the waza binary release.

This change points those binary download links at the standalone waza release and adds a clear note that the binary release is distinct from the azd extension release.

Closes #276

Validation:

  • cd site && npm install
  • cd site && npm run build

Documentation impact:

  • README.md
  • site/src/content/docs/reference/releases.mdx

Closes #276\n\nSummary:\n- Point standalone binary downloads at the waza release instead of /releases/latest\n- Clarify the distinction between the binary release and the azd extension release\n\nValidation:\n- cd site && npm install\n- cd site && npm run build\n\nDocumentation impact:\n- README.md\n- site/src/content/docs/reference/releases.mdx\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 23, 2026 00:45
@github-actions github-actions Bot enabled auto-merge (squash) May 23, 2026 00:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation links so standalone binary users aren’t sent to https://github.com/microsoft/waza/releases/latest (which currently resolves to the azd extension release), and instead are directed toward the standalone v* waza binary release.

Changes:

  • Update README binary install text/links to point at a standalone waza release tag instead of /releases/latest.
  • Update the “Releases” reference doc Windows install instructions to point at the standalone waza release tag.
Show a summary per file
File Description
README.md Replaces /releases/latest binary download links with a standalone waza release link for native Windows and direct downloads.
site/src/content/docs/reference/releases.mdx Updates the Windows (PowerShell) install instructions to use the standalone waza release link.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

Comment thread README.md Outdated
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot merged commit df316f2 into main May 23, 2026
5 checks passed
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.

docs: /releases/latest points binary users to azd extension assets

3 participants