chore(release): 0.4.4-next.0#47
Closed
justin-carper wants to merge 2 commits into
Closed
Conversation
Document the redundant thinking-variant suppression in [Unreleased] alongside the version bump to 0.4.4-next.0.
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.
Lands the version bump and CHANGELOG entry for the
@nextprerelease.Why a PR?
Direct push to
mainis blocked by the repo's branch-protection rule (changes must go through a PR). Thev0.4.4-next.0tag was pushed and the Release workflow already published@stablekernel/[email protected]to thenextdist-tag — but the version-bump commit (0.4.4-next.0) and the CHANGELOG entry only exist locally. This PR lands them onmainso the published version andmain'spackage.jsonagree.Contents
package.jsonversion →0.4.4-next.0(the bumpnpm version prerelease --preid=nextmade; tagv0.4.4-next.0already pushed)CHANGELOG.md: new[Unreleased]entry for the thinking-variant fix shipped in this prerelease (fix(variants): drop redundant thinking variant when effort enum present #43)Verification
next, GitHub prerelease created)npm view @stablekernel/opencode-cursor dist-tags→next: 0.4.4-next.0Merge target:
main. This only adds the version bump + changelog; no code changes.