[release] Skip release if package is already published - #17686
Conversation
Invoke the :verify task at the start of each language binding's :release task. If the package is already published on the registry, skip the release and print a message rather than failing or re-publishing. This allows re-running a release locally after a partial CI failure without needing to re-push artifacts that already landed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Looking for bugs?Check back in a few minutes. An AI review agent is analyzing this pull request. |
PR Summary by QodoSkip language binding releases when package is already published Description
Diagram
High-Level Assessment
Files changed (5)
|
💥 What does this PR do?
Invoke the :verify task at the start of each language binding's :release task. If the package is already published on the registry, skip the release and print a message rather than failing or re-publishing. This allows re-running a release locally after a partial CI failure without needing to re-push artifacts that already landed.
🤖 AI assistance
🔄 Types of changes