Merged
Conversation
Made-with: Cursor
ldhenry
approved these changes
Apr 21, 2026
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
AGENTS.md(matching the established pattern from fix: noop to trigger release please #681 / fix: update AGENTS.md formatting #684) so release-please sees afix:commit and opens a3.0.4release PR.Why
v3.0.3landed with binaries/Docker/attestations but no npm package (the draft was un-drafted viamanual-publish.ymlafter the token-based publish 404'd). With #695 merged,release-please.ymlnow publishes npm via trusted publishing (OIDC). We need a bumpable commit onmainfor release-please to propose the next version and run through the new flow.Test plan
chore(main): release 3.0.4PR.release-ldcli-npmjob succeeds (this is the net-new behavior — it was failing onv3.0.3).@launchdarkly/ldcli@3.0.4is published on npm, GH release is un-drafted, and Docker images are pushed.Made with Cursor
Note
Low Risk
Documentation-only whitespace/no-op change intended to trigger release automation; no runtime or behavior impact.
Overview
Makes a no-op whitespace change in
AGENTS.md(adds an extra blank line in the dev server UI command snippet) to create afix:-scoped commit for release automation.Reviewed by Cursor Bugbot for commit 76a2dc1. Bugbot is set up for automated code reviews on this repo. Configure here.