chore: prepare v0.8.0 release and enable winget workflow - #59
Merged
Conversation
Rename [Unreleased] to [0.8.0] - 2026-02-22, add fresh [Unreleased] section, update comparison links. Enable winget job in release workflow (was gated behind `if: false` pending initial manual submission). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR prepares the v0.8.0 release by updating the CHANGELOG.md structure and enabling the winget publishing workflow. The changes follow the release preparation pattern outlined in CL-6, transitioning the [Unreleased] section to a versioned release and creating a fresh unreleased section for future changes.
Changes:
- Rename
[Unreleased]section to[0.8.0] - 2026-02-22in CHANGELOG.md and add new empty[Unreleased]section - Update version comparison link definitions at bottom of CHANGELOG.md to properly chain from v0.7.7 to v0.8.0
- Enable winget publishing job in release workflow by removing
if: falsegate
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Converts unreleased changes to v0.8.0 release with date 2026-02-22, adds fresh unreleased section, and updates comparison links |
| .github/workflows/release.yml | Removes the if: false condition that was gating the winget job, enabling automatic winget package publication on release |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
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
[Unreleased]to[0.8.0] - 2026-02-22with fresh empty[Unreleased]sectionif: falsegate)Note: Tag
v0.8.0will be pushed separately to trigger the release.Test plan
v0.8.0tag to trigger GoReleaser + winget🤖 Generated with Claude Code