Skip to content

fix: sync plugin changelogs after generation - #22

Merged
steve-calvert-glean merged 1 commit into
mainfrom
fix/release-changelog-sync
Sep 3, 2026
Merged

fix: sync plugin changelogs after generation#22
steve-calvert-glean merged 1 commit into
mainfrom
fix/release-changelog-sync

Conversation

@steve-calvert-glean

Copy link
Copy Markdown
Contributor

Summary

  • Move the release build from after:bump to before:git:release, after the conventional changelog plugin writes the new entry and before release-it commits.
  • Add a build-time check that all shared and generated plugin changelogs match the root changelog.
  • Correct the stale 3.4.1 shared changelog copies.

Existing distribution PRs

After this PR merges, dispatch publish.yml with mode=sync. The workflow force-updates the existing machine-owned sync branches and PRs in place:

Those PRs do not need to be closed and recreated.

Validation

  • npm run build
  • npm run typecheck:bundle
  • npm run test:bundle — 333 tests passed
  • npm run validate
  • npm run check:release-version
  • npm run check:plugin-changelogs
  • Isolated release-it patch --dry-run --ci confirmed changelog generation precedes the build hook.

@steve-calvert-glean steve-calvert-glean added the bug Something isn't working label Sep 3, 2026
@steve-calvert-glean
steve-calvert-glean merged commit eba514d into main Sep 3, 2026
1 check passed
@steve-calvert-glean
steve-calvert-glean deleted the fix/release-changelog-sync branch September 3, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant