Skip to content

ericallam/pkgring-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkgring-site

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.

How it works

  1. pkgring-sandbox/release.yml finishes a release (npm + Docker + Helm + GitHub release).
  2. Final job dispatches a new-release event here with { version, isLatest, sourceBranch, releaseUrl, body } payload.
  3. .github/workflows/on-release-dispatch.yml fires, runs scripts/add-changelog-entry.mjs, opens a PR.
  4. Maintainer reviews and merges.

This is intentionally minimal — same shape as a real marketing-site changelog flow, with everything else stripped away.

About

Sister repo of pkgring-sandbox: receives release dispatches and opens changelog PRs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors