Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version: add fallback value for RELEASE_VERSION in Makefile (pingcap#852
) - Updated the Makefile to ensure `RELEASE_VERSION` always has a valid value. - Added a fallback to `v9.0.0-alpha` if `git describe --tags --dirty` returns an empty string. - Ensured compatibility with environments like GitHub Actions where tags might not be fetched.
- Loading branch information