Skip to content

ci: update codemeta.json through the shared release workflow - #198

Merged
ehennestad merged 1 commit into
mainfrom
use-shared-codemeta-update
Sep 14, 2026
Merged

ehennestad merged 1 commit into
mainfrom
use-shared-codemeta-update

Conversation

@ehennestad

Copy link
Copy Markdown
Collaborator

The release workflow calls the matbox-actions prepare-release-workflow at @v1. Since matbox-actions v1.7, its packaging job updates codemeta.json and stages it in the "Final check-ins" commit before the tag is moved, so the tagged source carries metadata for the released version.

The repo-local update-codemeta job and the updateCodeMetaFile MATLAB task did the same work in a separate commit after tagging. For v0.12.0 that left the tag pointing at a codemeta.json still describing 0.11.0. Both are removed here. The shared step reads the minimum MATLAB release from tools/MLToolboxInfo.json, so nothing else in this repo needs to change.

releaseNotes in codemeta.json now links to the release's tag page, which is what the shared step writes. The previous anchor on the releases list stops working once a release ages off the first page, which already affects v0.9.0.

🤖 Generated with Claude Code

matbox-actions v1.7 updates codemeta.json inside the packaging job and
stages it in the release check-in commit, before the tag moves. The
repo-local job and MATLAB task did the same work in a second commit
after tagging, so the tag carried stale metadata. Both are removed.

releaseNotes now links to the release's tag page. Anchors on the
releases list stop working once a release ages off the first page.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Test Results (R2022a)

858 tests   854 ✅  4m 46s ⏱️
 27 suites    4 💤
  1 files      0 ❌

Results for commit 26c2842.

@github-actions

Copy link
Copy Markdown
Contributor

Test Results (R2026a)

858 tests   856 ✅  4m 27s ⏱️
 27 suites    2 💤
  1 files      0 ❌

Results for commit 26c2842.

@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.10%. Comparing base (9030b75) to head (26c2842).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
- Coverage   80.37%   80.10%   -0.28%     
==========================================
  Files         424      424              
  Lines        4403     4423      +20     
==========================================
+ Hits         3539     3543       +4     
- Misses        864      880      +16     

☔ View full report in Codecov by Harness.
📢 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.

@ehennestad
ehennestad merged commit 2dac007 into main Sep 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant