Release follow-ups: prerelease bool fix + CHANGELOG roll + README refresh#20
Merged
Conversation
Three follow-up items after cutting v0.1.0-alpha.1:
- release.yml: PowerShell boolean string-interpolation produces 'True'
/'False' (capitalised), which softprops/action-gh-release@v2 silently
treats as falsy. The published release for v0.1.0-alpha.1 came out
marked as a stable release rather than pre-release. Emit lowercase
'true'/'false' strings explicitly.
- CHANGELOG: the previous [Unreleased] body shipped as 0.1.0-alpha.1
on 2026-05-30. Move it under the dated section header and leave
[Unreleased] empty for the next cycle.
- README: the Status paragraph was written pre-release ("WinUI shell
and updater being layered on next"). Replace with an accurate alpha
status and add an Install section pointing at the GitHub Releases.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three follow-ups after cutting v0.1.0-alpha.1.
release.yml: PowerShell boolean string-interpolation producesTrue/False(capitalised), whichsoftprops/action-gh-release@v2silently treats as falsy. The v0.1.0-alpha.1 release came out marked as a stable release rather than pre-release. Emit lowercasetrue/falsestrings explicitly.CHANGELOG.md: the previous[Unreleased]body shipped — move it under[0.1.0-alpha.1] - 2026-05-30and leave a fresh empty[Unreleased].README.md: Status paragraph was written pre-release ("WinUI shell and updater being layered on next"). Replace with accurate alpha status; add an Install section pointing at GitHub Releases.Test plan
🤖 Generated with Claude Code