lostluck commented on issue #27064: URL: https://github.com/apache/beam/issues/27064#issuecomment-1583033782
@riteshghorse is going to fix the Go SDK release by adding a `sdks/v2.48.1` tag which will resolve the Go SDK issue. What happened was: During the final step of the release, there's a Git Tag step: https://beam.apache.org/contribute/release-guide/#git-tag and in this case, the `$RC_TAG` variable happened to be undefined. This lead the tag to be on the current commit that the release branch was synced to on the local machine, since it defaults to local HEAD. Since we don't do patch releases, and this doesn't affect the Python and Java SDKs, the recommendation is we do not change the "main" tag with a 2.48.0. I'll add a note to the git tag section about verifying that you have RC tag set. We should also update the 2.48 release notes to mention this discrepency and issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
