Skip to content

Commit

Permalink
chore: keep co-authors in codegen (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Apr 12, 2022
1 parent d54e384 commit f9a8290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/codegen/pushGeneratedCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export async function pushGeneratedCode(): Promise<void> {
isMainBranch ? '[skip ci]' : ''
}
Co-authored-by: %an <%ae>"`);
Co-authored-by: %an <%ae>
%(trailers:key=Co-authored-by)"`);

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

0 comments on commit f9a8290

Please sign in to comment.