Merged
S
Change Breakdown
CI/CD100%
Cross-repository changelog automation added to release pipeline
ER
ericallamThe automated release workflow now dispatches an event to the separate marketing site repository to draft a changelog pull request.
The release pipeline automatically triggers changelog drafts on the marketing site when a new version is published. This automates the initialization of release notes across repositories.
A waits for the primary release processes to finish so that assets like the precise Docker image URL are finalized. Once the release is confirmed, it fires a cross-repository webhook to the marketing site.
The payload uses a standard to pass along the published package version, providing the receiving repository with the exact version string needed to template out a draft pull request.