-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Open
Labels
Description
What would you like to be added?
After we cut our release-3.6 branch, we updated the version in api/version/version.go with 3.7.0-alpha.0. However, we never tagged the main branch with the tag. Now, building from the main branch mismatches the git tag. And the released artifacts don't match the actual version.
As found by #20915, exploring building and releasing from the CI. The released artifacts have a version mismatch.
Why is this needed?
To fix building from the main branch. Required to release later a 3.7 alpha version, and to enable building from the CI.