chore(release): bump VERSION to 0.10.8 for next cycle - #512
Merged
Conversation
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
Declares
0.10.8as the next release version so the release train can cut an rc for it.v0.10.7is already tagged and shipped to prod, and the delta waiting ondevelop(#505,
feat(ingest): guided mode always asks, pre-filled) touchesinternal/cli/*—a declared
publish_pathin release-train'srepos.yml. WithVERSIONstill reading0.10.7, the staging hop's version preflight refuses:Patch-level, matching every release in this series (0.10.1 → 0.10.7 were all patch
bumps, features included).
Type
chore(release)
Test plan
No behavior change —
VERSIONis read byrelease.ymlat tag time and by the train'sversion preflight. CI on this PR covers the build; the train's
settlestage is whatproves the guard is satisfied.
Checklist
developNote
Low Risk
Single-file version bump with no application logic or security impact.
Overview
Bumps the declared release version in
VERSIONfrom0.10.7to0.10.8for the next release cycle.This is a bookkeeping-only change so release-train version preflight and tag-time reads in
release.ymlsee a new version whilev0.10.7is already tagged anddevelophas further deltas (e.g. ingest guided-mode work underinternal/cli/*). No runtime or CLI behavior changes.Reviewed by Cursor Bugbot for commit 5e8668c. Bugbot is set up for automated code reviews on this repo. Configure here.