Sister repo of ericallam/pkgring-sandbox. Stands in for what triggerdotdev/trigger.dev-site-v3 does for trigger.dev — receives a repository_dispatch event each time the sandbox ships a release, and opens a PR appending an entry to CHANGELOG.md.
pkgring-sandbox/release.ymlfinishes a release (npm + Docker + Helm + GitHub release).- Final job dispatches a
new-releaseevent here with{ version, isLatest, sourceBranch, releaseUrl, body }payload. .github/workflows/on-release-dispatch.ymlfires, runsscripts/add-changelog-entry.mjs, opens a PR.- Maintainer reviews and merges.
This is intentionally minimal — same shape as a real marketing-site changelog flow, with everything else stripped away.