chore: release v0.7.110 - #3303
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
What
Stable release v0.7.110. Bumps all 13 packages in lockstep and adds the release notes.
Merging this PR is what publishes: the workflow checks out the merge SHA, creates the
v0.7.110tag there, publishes to npm on thelatestdist-tag, and cuts the GitHub Release. No tag was pushed from a laptop.Why
Five commits have landed since v0.7.109 and none of them are released. The catalog fix in particular only reaches anyone through a published CLI, since agents run
npx hyperframes.How
bun run release:prepare 0.7.110, twice as designed: the first run draftedreleases/v0.7.110.mdand the changelog entry and stopped for review, the second created the release commit after the summary was written.Contents, from the generated changelog:
mkdtemprather than aDate.now()name (fix: create temp dirs with mkdtemp, not a name built from Date.now() #3241).Patch bump rather than minor, following the convention of the last several releases: 0.7.107 through 0.7.109 each carried
feat:commits and stayed on a patch.Test plan
No product code changes here, so there is nothing new to unit test. What was checked:
package.jsonversions read0.7.110, along with the three plugin manifests.releases/v0.7.110.mdand thedocs/changelog.mdxentry both carry a written summary with the TODO marker removed.release:preparerefuses to tag otherwise, and that gate was exercised on the first run.git log v0.7.109..mainis exactly the five entries listed above.The code being released was verified on its own PRs. CI on this branch is the gate for the release commit itself.
Note for reviewers
CONTRIBUTING.mdstill documents the older tag-push flow for stable releases (git push origin v<version>). Therelease:preparescript now prints the release-PR instructions instead and explicitly says not to push the local tag. The doc is stale rather than wrong about this PR, and worth correcting separately.