MCPcopy Create free account
hub / github.com/npm/cli / releasePath

Function releasePath

scripts/create-node-pr.js:63–63  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

61const 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 = ''

Callers 1

getPrBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected