(v)
| 61 | const getPrBody = async ({ releases, closePrs }) => { |
| 62 | const useSummary = releases.length > 1 |
| 63 | const releasePath = (v) => `/npm/cli/releases/tag/v${v}` |
| 64 | |
| 65 | // XXX: add links to relevant CI and CITGM runs once we no longer include our tests |
| 66 | let prBody = '' |