Skip to content

fix(infra): create GitHub releases for partner package releases#35234

Merged
Mason Daugherty (mdrxy) merged 3 commits intomasterfrom
mdrxy/fix-github-release
Feb 15, 2026
Merged

fix(infra): create GitHub releases for partner package releases#35234
Mason Daugherty (mdrxy) merged 3 commits intomasterfrom
mdrxy/fix-github-release

Conversation

@mdrxy
Copy link
Copy Markdown
Member

@mdrxy Mason Daugherty (mdrxy) commented Feb 15, 2026

#34784 added test-dependents to the publish job's dependency chain. test-dependents only runs for core/langchain releases, so it's skipped for everything else. publish handles this with if: ${{ !cancelled() && !failure() }}, but mark-release (which creates the GitHub release) doesn't have the same guard — so GitHub Actions skips it whenever test-dependents is skipped.

Missing GitHub releases

langchain-xai==1.2.2, langchain-standard-tests==1.1.3, langchain-groq==1.1.2, langchain-anthropic==1.3.2, langchain-standard-tests==1.1.4, langchain-openai==1.1.8, langchain-openai==1.1.9, langchain-anthropic==1.3.3, langchain-openrouter==0.0.2

@github-actions github-actions bot added internal github_actions Pull requests that update GitHub Actions code fix For PRs that implement a fix and removed fix For PRs that implement a fix labels Feb 15, 2026
@github-actions github-actions bot added the integration PR made that is related to a provider partner package integration label Feb 15, 2026
@mdrxy Mason Daugherty (mdrxy) merged commit 9a2a10e into master Feb 15, 2026
102 checks passed
@mdrxy Mason Daugherty (mdrxy) deleted the mdrxy/fix-github-release branch February 15, 2026 09:27
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Feb 15, 2026

Merging this PR will create unknown performance changes

🆕 1 new benchmark
⏩ 34 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
🆕 Simulation test_init_time N/A 1.5 s N/A

Comparing mdrxy/fix-github-release (17af691) with master (f9fd7be)2

Open in CodSpeed

Footnotes

  1. 34 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on master (331ecca) during the generation of this report, so f9fd7be was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix For PRs that implement a fix github_actions Pull requests that update GitHub Actions code integration PR made that is related to a provider partner package integration internal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant