MCPcopy Index your code
hub / github.com/remix-run/react-router / generateCommitMessage

Function generateCommitMessage

scripts/changes/changes.ts:600–603  ·  view source on GitHub ↗
(releases: PackageRelease[])

Source from the content-addressed store, hash-verified

598 * Generates the commit message for the release
599 */
600export function generateCommitMessage(releases: PackageRelease[]): string {
601 // We use lock-step versioning in RR, so just grab the first release version
602 return `Release v${releases[0].nextVersion}`;
603}
604
605// =============================================================================
606// CHANGELOG.md parsing utilities (for reading already-released changes)

Callers 2

commitChangesFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…