You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address CI review: thread single RELEASE_DATE through bump-version skill
CI review flagged P2 drift risk: step 3 can skip step 4 entirely when CHANGELOG
already has a populated [NEW_VERSION] entry, which meant step 5 fell back to
"today's date" for CITATION.cff even when CHANGELOG carried a different (earlier)
header date. Bump-version runs on a different day than CHANGELOG pre-population
would have produced inconsistent release metadata.
Fix: resolve RELEASE_DATE once in step 3 — parse the existing CHANGELOG header
date if the entry was pre-populated, otherwise use today's date — and thread
that single value through step 4 (CHANGELOG generation) and step 5 (CITATION.cff
date-released). Adds an abort path for malformed headers without a date. Updates
the Notes section to reflect the new single-source-of-truth model.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments