MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / defaultCommitMessage

Function defaultCommitMessage

packages/bumpy/src/core/commit-message.ts:5–7  ·  view source on GitHub ↗

Build the default version commit message

(plan: ReleasePlan)

Source from the content-addressed store, hash-verified

3
4/** Build the default version commit message */
5function defaultCommitMessage(plan: ReleasePlan): string {
6 return ['Version packages', '', ...plan.releases.map((r) => `${r.name}@${r.newVersion}`)].join('\n');
7}
8
9/** Resolve the commit message from config, falling back to the default */
10export async function resolveCommitMessage(

Callers 1

resolveCommitMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…