hubcio opened a new pull request, #2692:
URL: https://github.com/apache/iggy/pull/2692

   The Go SDK was the only SDK without auto-publish because it
   had no version file — extract-version.sh required a manual
   --go-sdk-version flag, and publish.yml used a special
   go:VERSION input format.
   
   Add foreign/go/contracts/version.go as the version source
   of truth, matching how every other SDK works. Remove all
   Go-specific handling from publish.yml (go:VERSION parsing,
   go_sdk_version output, GO_FLAG plumbing) and the
   --go-sdk-version flag from extract-version.sh. Go now uses
   the same generic version_file + version_regex extraction
   path as C#, Python, Node, and Java.
   


-- 
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]

Reply via email to