bump VERSION to v29.7.0-dev#7078
Conversation
This reverts commit d9c59c9. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR reverts a previous commit, restoring VERSION from 29.6.1 back to 29.7.0. The single-line change is correct and consistent with the repository's version bump history. No bugs, logic errors, or issues introduced.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
| @@ -1 +1 @@ | |||
| 29.6.1 | |||
| 29.7.0 | |||
There was a problem hiding this comment.
[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.
This reverts commit d9c59c9.
- What I did
- How I did it
- How to verify it
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)