Conversation
Update release workflow and bump script to handle multiple plugin releases in a single commit. Changes: - release.yml: Parse multiple scoped tags (e.g., android/v0.0.3, devbox-mcp/v0.1.3) from commit message - release.yml: Create multiple git tags and use first tag for GitHub Release title - release.yml: Detect devbox-mcp version bumps from tag in commit message instead of git diff - bump.sh: Use scoped tags in commit messages instead of generic v* tags - bump.sh: Find last release tag by creation date across all scoped tags - devbox-mcp README: Add detailed GitHub token setup instructions for docs_search tool - devbox-mcp index.js: Improve docs_search description with authentication troubleshooting steps - devbox-mcp index.js: Remove unnecessary path filters from GitHub search query Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
## What changed Patch release improving CI release workflow with support for multiple scoped tags. ### Plugins bumped | Plugin | Version | |--------|---------| | devbox-mcp | 0.1.2 -> 0.1.3 | ### Changes #### Other - Refactored CI release workflow to support multiple scoped tags - Moved tag creation from bump.sh script to release.yml workflow - Migrated to GitHub plugin references and simplified release workflow
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.
PR Description:
Summary
Configure treefmt to respect
.gitignorefiles by addingwalk = "git"to the global configuration.Fix docs search mcp tool
Changes
walk = "git"option totreefmt.tomlglobal section