function getCommitMessage()

in src/functions.ts [116:118]


function getCommitMessage(filePath: string) {
  return `chore: update metadata ${filePath} by zenn-metadata-updater`;
}