Skip to content

chore: bump develop snapshot target to 4.0.6 - #3229

Merged
bpamiri merged 2 commits into
developfrom
auto-bump/develop-4.0.6
Jun 19, 2026
Merged

chore: bump develop snapshot target to 4.0.6#3229
bpamiri merged 2 commits into
developfrom
auto-bump/develop-4.0.6

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated bump triggered by GA release 4.0.5.

Sets wheels.json version to 4.0.6 so subsequent
develop snapshots are tagged 4.0.6-snapshot.<run>.

This is a baseline, not a commitment. If the next GA release
ends up being a minor or major bump, the snapshot version strings
still sort strictly lower than any of those, so the tap auto-bump
and brew upgrade continue to work correctly. The maintainer makes
the actual scope decision at the next GA's tag-cut time, not here.

bpamiri and others added 2 commits June 19, 2026 12:12
Empty commit to fire pull_request:synchronize so the develop required checks
run (the bot-created auto-bump PR gets no CI under GITHUB_TOKEN).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Amiri <petera@pai.com>

@wheels-bot wheels-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Wheels Bot — Reviewer

TL;DR — This PR bumps the develop snapshot target in wheels.json from 4.0.5 to 4.0.6 following the GA 4.0.5 release, so subsequent develop snapshots sort as 4.0.6-snapshot.<run>. The diff is a single-line mechanical change that matches the PR body exactly. Verdict: approve.

Correctness

The change is a one-line version field update and does precisely what the title and body describe:

-  "version": "4.0.5",
+  "version": "4.0.6",

I checked for stray references that should move in lockstep — the only other 4.0.5 string in the repo is the unrelated form-data npm dependency in tools/docs-validation/package-lock.json:184, which is coincidental, not the Wheels version. wheels.json is the canonical version source, so the bump is complete. The "baseline, not a commitment" reasoning in the body is sound: snapshot strings sort strictly below any future GA, so the tap auto-bump and brew upgrade paths stay correct regardless of the eventual GA scope.

Commits

Both commits conform to commitlint.config.js:

  • 522a042 chore: bump develop snapshot target to 4.0.6 — the actual bump.
  • 270f9e3 chore: trigger CI on auto-bump PR — an empty commit to fire pull_request:synchronize so required develop checks run (bot-created PRs get no CI under GITHUB_TOKEN). Valid chore type, subject under 100 chars, not ALL-CAPS, DCO sign-off present.

No changelog fragment is required — this is an internal chore version bump, not a user-facing fix/feat.

Clean mechanical change; nothing blocking.

@bpamiri
bpamiri merged commit dc49c55 into develop Jun 19, 2026
6 checks passed
@bpamiri
bpamiri deleted the auto-bump/develop-4.0.6 branch June 19, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant