Skip to content

[codex] chore: fix Windows release notes fence#207

Merged
hydro13 merged 1 commit into
mainfrom
codex/fix-windows-release-notes-fence
May 5, 2026
Merged

[codex] chore: fix Windows release notes fence#207
hydro13 merged 1 commit into
mainfrom
codex/fix-windows-release-notes-fence

Conversation

@hydro13
Copy link
Copy Markdown
Owner

@hydro13 hydro13 commented May 5, 2026

Summary

Fixes the generated Windows release notes Markdown fence for future version tags.

The v1.10.0 release workflow published correctly, but PowerShell treated the backtick fence as escaped text and collapsed the release body code fence. I manually fixed the published v1.10.0 notes and this PR changes the workflow template to use tilde fences instead.

Validation

  • actionlint .github/workflows/release-win.yml passed locally.
  • Verified the published v1.10.0 GitHub Release body now has a valid SHA256 code block.

macOS safety

Workflow text generation only. No macOS runtime or release behavior changes.

What was changed:
- Modified .github/workflows/release-win.yml to use tilde code fences in generated release notes.

Why this approach:
- PowerShell treats backticks as escape characters, which collapsed the generated Markdown fence in the v1.10.0 release notes.
- Tilde fences render as Markdown code blocks without PowerShell escaping.

Tested:
- actionlint .github/workflows/release-win.yml: passed
- Updated v1.10.0 GitHub Release notes manually and verified the SHA256 block renders with a valid Markdown code fence
@hydro13 hydro13 merged commit 52c8d43 into main May 5, 2026
8 checks passed
@hydro13 hydro13 deleted the codex/fix-windows-release-notes-fence branch May 5, 2026 08:17
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