Skip to content

ci: Trigger doc release on stable release#798

Merged
vdusek merged 1 commit intomasterfrom
ci/release-docs-on-stable-release
Feb 18, 2026
Merged

ci: Trigger doc release on stable release#798
vdusek merged 1 commit intomasterfrom
ci/release-docs-on-stable-release

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Feb 18, 2026

Summary

  • The stable release pipeline was missing a doc release step, so the changelog on the website was not updated after a stable release
  • Added a doc_release job to manual_release_stable.yaml (same pattern as doc_release_post_publish in on_master.yaml)
  • The job runs after changelog_update and pypi_publish, using the changelog commit ref to include the updated changelog

Test plan

  • Verify the workflow YAML is valid
  • Trigger a stable release and confirm doc release runs

🤖 Generated with Claude Code

The stable release pipeline was missing a doc release step, so the
changelog on the website was not updated after a stable release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Feb 18, 2026
@vdusek vdusek self-assigned this Feb 18, 2026
@vdusek vdusek requested a review from Pijukatel February 18, 2026 08:29
@github-actions github-actions bot added this to the 134th sprint - Tooling team milestone Feb 18, 2026
@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.47%. Comparing base (c0a74b9) to head (3cc7b18).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
- Coverage   85.50%   85.47%   -0.04%     
==========================================
  Files          46       46              
  Lines        2691     2691              
==========================================
- Hits         2301     2300       -1     
- Misses        390      391       +1     
Flag Coverage Δ
e2e 35.48% <ø> (ø)
integration 57.63% <ø> (+0.03%) ⬆️
unit 72.38% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek merged commit 678b4db into master Feb 18, 2026
31 checks passed
@vdusek vdusek deleted the ci/release-docs-on-stable-release branch February 18, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. claude-code-assisted t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants