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

Function normalizeVersion

scripts/generate-github-release-notes.mjs:8–10  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

6const VERSION_HEADING_REGEX = /^##\s+\[([^\]]+)\](?:\s+-\s+.*)?\s*$/;
7
8function normalizeVersion(value) {
9 return value.trim().replace(/^v/, '');
10}
11
12function parseArgs(argv) {
13 const args = {

Callers 3

extractChangelogSectionFunction · 0.85
buildReleaseBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected