MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / buildReleaseBody

Function buildReleaseBody

scripts/generate-github-release-notes.mjs:168–174  ·  view source on GitHub ↗
(version, changelogSection, packageName)

Source from the content-addressed store, hash-verified

166}
167
168function buildReleaseBody(version, changelogSection, packageName) {
169 const normalizedVersion = normalizeVersion(version);
170 const installAndSetup = buildInstallAndSetupSection(normalizedVersion, packageName);
171 return [`## Release v${normalizedVersion}`, '', changelogSection, '', installAndSetup, ''].join(
172 '\n',
173 );
174}
175
176async function main() {
177 try {

Callers 1

mainFunction · 0.85

Calls 2

normalizeVersionFunction · 0.85

Tested by

no test coverage detected