Skip to content

Commit

Permalink
Commit message enclose in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed May 2, 2024
1 parent 97f8b80 commit 1188664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export function sanitizeCommitMessage(message: string): string | undefined {
return undefined;
}

return sanitizedMessage;
return `"${sanitizedMessage}"`;
}

export const Targets = new Set([
Expand Down

0 comments on commit 1188664

Please sign in to comment.