Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29.6.1
29.7.0

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.

[MEDIUM] VERSION content 29.7.0 is missing the -dev suffix indicated by the PR title and commit history

The PR title says "bump VERSION to v29.7.0-dev" and the description states this reverts commit d9c59c9cfe (the 29.6.1 release commit). Reverting that release commit should restore the file to its prior state — which was 29.7.0-dev (set by commit e45822e51d). Instead, the + line sets VERSION to 29.7.0 (without the -dev suffix).

The missing -dev suffix means downstream tooling, release scripts, or CI pipelines that distinguish dev/pre-release builds from stable releases could misidentify this as a stable 29.7.0 release. The intended value based on the PR title and the revert target is 29.7.0-dev.

Suggested fix: Change the file content to 29.7.0-dev.