Skip to content

Commit f9a8290

Browse files
authored
chore: keep co-authors in codegen (#375)
1 parent d54e384 commit f9a8290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/codegen/pushGeneratedCode.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export async function pushGeneratedCode(): Promise<void> {
5353
isMainBranch ? '[skip ci]' : ''
5454
}
5555
56-
Co-authored-by: %an <%ae>"`);
56+
Co-authored-by: %an <%ae>
57+
%(trailers:key=Co-authored-by)"`);
5758

5859
console.log(
5960
`Pushing code for folders '${FOLDERS_TO_CHECK}' to generated branch: '${branchToPush}'`

0 commit comments

Comments
 (0)