fix(search): publish execFileSync rg + lookup_error trim from #23#24
Merged
critesjosh merged 1 commit intomainfrom May 4, 2026
Merged
fix(search): publish execFileSync rg + lookup_error trim from #23#24critesjosh merged 1 commit intomainfrom
critesjosh merged 1 commit intomainfrom
Conversation
Empty commit to trigger semantic-release. The substantive work landed in #23 under a chore: subject which doesn't trigger a publish under the angular preset. The change is genuinely a bug fix (brace-glob silently broken on some shells) plus a UX improvement to lookup_error output, and warrants a patch release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
🎉 This PR is included in version 1.21.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Empty-commit PR to trigger semantic-release. The substantive change merged in #23 under a
chore:subject, which under the default angular preset is "no release." This commit re-classifies that work asfix:(which it is — brace-glob handling was silently broken on some shells), so semantic-release picks it up and publishes.Why empty
The actual diff already shipped in #23. Reverting and re-committing would churn history; an empty
fix:commit is the canonical workaround per semantic-release docs for exactly this situation.Result
After merge, the next CI run should bump from
v1.21.1→v1.21.2(patch) and publish@aztec/mcp-serverto npm.🤖 Generated with Claude Code