You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix release preflight gaps from PR #140 review (#141)
* Add Ruby, Kotlin, and Swift version preflight checks to make release
The release target only verified Go and TypeScript version constants
before tagging, so a stale Ruby/Kotlin/Swift version would push a tag
and let the workflows fail after the fact. Check all five SDKs upfront.
* Reinstate Kotlin generated-code drift guard in release workflow
When the Kotlin release was extracted from test.yml into its own
workflow, the :generator:run + git diff check was dropped. Without it
a v* tag could publish a Kotlin artifact with stale generated sources.
0 commit comments