Skip to content

Commit d9dfb89

Browse files
committed
chore: newlines before coauthor
1 parent d75670d commit d9dfb89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/codegen/pushGeneratedCode.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export async function pushGeneratedCode(): Promise<void> {
5757
let message = await run(`git show -s ${baseBranch} --format="%s ${text.commitEndMessage} ${skipCi}"`);
5858
const authors = await run(
5959
`git show -s ${baseBranch} --format="
60+
61+
6062
Co-authored-by: %an <%ae>
6163
%(trailers:key=Co-authored-by)"`,
6264
);

0 commit comments

Comments
 (0)