MCPcopy Index your code
hub / github.com/fontsource/fontsource / getCommitMessage

Function getCommitMessage

packages/publish/src/git.ts:60–70  ·  view source on GitHub ↗
(
	config: Context,
	pkgs: BumpObject[],
)

Source from the content-addressed store, hash-verified

58};
59
60export const getCommitMessage = (
61 config: Context,
62 pkgs: BumpObject[],
63): string => {
64 let { commitMessage } = config;
65
66 for (const pkg of pkgs) {
67 commitMessage += `\n- ${pkg.name}@${pkg.bumpVersion}`;
68 }
69 return commitMessage;
70};

Callers 1

doGitOperationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected