Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@xgopilot
Copy link

@xgopilot xgopilot bot commented Jan 15, 2026

Requested by @cpunion

Summary

  • Removed the "Check VERSION consistency" step that was reading from the deprecated VERSION file
  • Updated the "Check pre-release" step to use the TAG_NAME environment variable directly instead of reading from VERSION file

Context

The VERSION file was deprecated as part of the automated version management implementation (see #2521). The release CI workflow was still attempting to read from this file, causing the build to fail with cat: VERSION: No such file or directory.

Fixes #2525

The VERSION file is no longer used after implementing automated version
management via debug.ReadBuildInfo() and ldflags injection. This removes
the VERSION consistency check step and updates the pre-release check to
use the TAG_NAME environment variable directly.

Fixes #2525

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: cpunion <[email protected]>
@codecov
Copy link

codecov bot commented Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.98%. Comparing base (ffb7b08) to head (2ec0a46).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2535   +/-   ##
=======================================
  Coverage   93.98%   93.98%           
=======================================
  Files          34       34           
  Lines        9631     9631           
=======================================
  Hits         9052     9052           
  Misses        414      414           
  Partials      165      165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cpunion
Copy link
Contributor

cpunion commented Jan 15, 2026

@xushiwei xushiwei merged commit 8029659 into main Jan 15, 2026
29 checks passed
@xushiwei xushiwei deleted the xgopilot/issue-2525-1768470644 branch January 15, 2026 10:22
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.

Automated Version Management Implementation - Final Review

4 participants