MCPcopy Create free account
hub / github.com/remix-run/react-router / release-comments.ts

File release-comments.ts

scripts/release-comments.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// 1. get all tags sorted by creation date
2// 2. get all commits between current and last tag that changed ./packages using `git`
3// 3. check if commit is a PR and get the number,title,body using `gh`
4// 4. get issues that are linked in the PR using `gh api`

Callers

nothing calls this directly

Calls 7

findBoundingTagsFunction · 0.85
getCommitsFunction · 0.85
findMergedPRsFunction · 0.85
logMethod · 0.80
invariantFunction · 0.70
debugFunction · 0.70

Tested by

no test coverage detected