chore(release): v1.1.1#395
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c067af9 to
3845457
Compare
3845457 to
bcca53e
Compare
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bcca53e to
ae76edc
Compare
WalkthroughThis is a patch release PR bumping the version from Changes
Review Notes
|
There was a problem hiding this comment.
Code Review Summary: PR #395
This is a clean release PR for v1.1.1 with the following changes:
Changes Reviewed
package.json: Version bumped from1.1.0to1.1.1(correct patch version bump)CHANGELOG.md: New v1.1.1 entry documenting the global install feature from #394
Review Result: APPROVED ✓
No issues found. The changes are:
- Semantically correct (patch version bump for #394's feature)
- Properly formatted (CHANGELOG follows Keep a Changelog convention)
- Accurate (entry matches the feature implemented in #394)
- Complete (version updated in package.json and documented in CHANGELOG)
Notes
- PR description correctly notes it's stacked on #394 and blocked on that merge
- Once #394 lands on main, rebase this branch for a clean diff
- Release checklist in PR description provides clear next steps for publication
Ready to merge once #394 merges and this branch is rebased on main.
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
Draft release PR for v1.1.1. Blocked on #394 merging to main first. This branch is currently stacked on
feature/init-global-install— once that lands on main, rebase this onto main and the diff will become clean.Changes vs v1.1.0
ably initnow globally installs@ably/cliwhen launched vianpx(feat(init): install @ably/cli globally when launched via npx #394) — fixes the v1.1.0 onboarding gap wherenpx @ably/cli initleft the user without a persistentablycommand after init exited.package.jsonbumped1.1.0→1.1.1.CHANGELOG.mdupdated with the v1.1.1 entry.Release checklist
feature/init-global-install) is merged to mainmainv1.1.1and publish to npmnpx @ably/cli initactually installs globally on a fresh machinenpx @ably/cli init --jsonproduces clean NDJSON (no npm output leakage)npx @ably/cli init --no-installskips install and continues🤖 Generated with Claude Code