Skip to content

docs: Fix broken versioning of changelog#1829

Merged
vdusek merged 1 commit intomasterfrom
docs/unversion-changelog
Apr 1, 2026
Merged

docs: Fix broken versioning of changelog#1829
vdusek merged 1 commit intomasterfrom
docs/unversion-changelog

Conversation

@vdusek
Copy link
Copy Markdown
Collaborator

@vdusek vdusek commented Apr 1, 2026

Summary

  • Replace manual cp CHANGELOG.md in build scripts with a Docusaurus changelogFromRoot plugin that copies the root changelog to docs/ and all versioned_docs/ at build time
  • Remove versioned changelog snapshots from git tracking (gitignored, same as SDK/client repos)
  • Update release workflow to exclude changelog from version snapshots
  • The current workflow doesn't work anyway

Replace the manual `cp` of CHANGELOG.md with a Docusaurus plugin that
copies the root changelog to docs/ and all versioned_docs/ at build time.
This ensures every doc version displays the same up-to-date changelog.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels Apr 1, 2026
@vdusek vdusek self-assigned this Apr 1, 2026
@github-actions github-actions bot added this to the 137th sprint - Tooling team milestone Apr 1, 2026
@vdusek vdusek changed the title docs: Stop versioning changelog in docs docs: Fix broken versioning of changelog Apr 1, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1829      +/-   ##
==========================================
+ Coverage   92.28%   92.31%   +0.02%     
==========================================
  Files         157      157              
  Lines       10889    10889              
==========================================
+ Hits        10049    10052       +3     
+ Misses        840      837       -3     
Flag Coverage Δ
unit 92.31% <ø> (+0.02%) ⬆️

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 cb483b2 into master Apr 1, 2026
32 checks passed
@vdusek vdusek deleted the docs/unversion-changelog branch April 1, 2026 14:50
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. 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