Skip to content

chore(release): v1.1.1#395

Merged
umair-ably merged 1 commit into
mainfrom
release/v1.1.1
May 13, 2026
Merged

chore(release): v1.1.1#395
umair-ably merged 1 commit into
mainfrom
release/v1.1.1

Conversation

@umair-ably
Copy link
Copy Markdown
Collaborator

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 init now globally installs @ably/cli when launched via npx (feat(init): install @ably/cli globally when launched via npx #394) — fixes the v1.1.0 onboarding gap where npx @ably/cli init left the user without a persistent ably command after init exited.
  • package.json bumped 1.1.01.1.1.
  • CHANGELOG.md updated with the v1.1.1 entry.

Release checklist

  • feat(init): install @ably/cli globally when launched via npx #394 (feature/init-global-install) is merged to main
  • This branch rebased onto the updated main
  • CI green on this branch
  • Mark this PR ready for review (remove draft)
  • Merge to main
  • Tag v1.1.1 and publish to npm
  • Confirm npx @ably/cli init actually installs globally on a fresh machine
  • Confirm npx @ably/cli init --json produces clean NDJSON (no npm output leakage)
  • Confirm npx @ably/cli init --no-install skips install and continues

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cli-web-cli Ready Ready Preview, Comment May 13, 2026 10:53am

Request Review

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@umair-ably umair-ably marked this pull request as ready for review May 13, 2026 10:53
@umair-ably umair-ably requested a review from sacOO7 May 13, 2026 10:53
@claude-code-ably-assistant
Copy link
Copy Markdown

Walkthrough

This is a patch release PR bumping the version from 1.1.0 to 1.1.1. The sole functional change is from PR #394: ably init now globally installs @ably/cli when launched via npx, closing the onboarding gap where users had no persistent ably command after npx @ably/cli init exited. This PR is currently stacked on feature/init-global-install and is blocked on #394 merging to main first.

Changes

Area Files Summary
Config package.json Version bumped 1.1.01.1.1
Docs CHANGELOG.md Added v1.1.1 entry documenting the global install behaviour added in #394

Review Notes

Copy link
Copy Markdown

@claude-code-ably-assistant claude-code-ably-assistant Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 from 1.1.0 to 1.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.

Copy link
Copy Markdown
Contributor

@sacOO7 sacOO7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@umair-ably umair-ably enabled auto-merge May 13, 2026 10:55
@umair-ably umair-ably disabled auto-merge May 13, 2026 10:59
@umair-ably umair-ably merged commit 0a319f3 into main May 13, 2026
12 of 13 checks passed
@umair-ably umair-ably deleted the release/v1.1.1 branch May 13, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants