chore(release): v4.8.7 — maxTested → v2.1.148#360
Merged
Conversation
Replaces the blocked bot PR #359 (CI doesn't run on bot-opened branches in this repo; GITHUB_TOKEN-attributed events suppress downstream workflows — same blocker that hit #352 and #356). Same content, different branch + author so CI fires. One-line diff in src/live-fingerprint.ts: SUPPORTED_CC_RANGE.maxTested: '2.1.147' → '2.1.148' Closes cc-drift issue #358 via the auto-release workflow's matching step.
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.
Replaces blocked bot PR #359 with the same one-line
maxTestedbump on a branch that triggers CI.Why this PR vs #359
PR #359 (bot/cc-drift-v2.1.148) was MERGEABLE but
BLOCKEDbecause no CI ran on the branch — same suppression that hit #352 and #356. GitHub deliberately suppresses downstream workflows from GITHUB_TOKEN-attributed events to prevent loops. Bot PRs are stuck unmergeable as a result.Diff
src/live-fingerprint.ts—SUPPORTED_CC_RANGE.maxTested2.1.147→2.1.148package.json—4.8.6→4.8.7CHANGELOG.md— new## [4.8.7]sectionCloses
cc-drift-auto-release.yml's "Close matching cc-drift issues" step on mergeRisk
Minimal. One config-constant bump. Bundled template still v2.1.143 (background fingerprint refresh handles live-side drift). compat-range test passes 28/28.