We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde5b2e commit 8a98356Copy full SHA for 8a98356
scripts/ci/codegen/pushGeneratedCode.ts
@@ -61,6 +61,7 @@ export async function pushGeneratedCode(): Promise<void> {
61
62
const commitMessage = await run(
63
`git show -s ${baseBranch} --format="%s ${text.commitEndMessage} ${skipCi}
64
+
65
Co-authored-by: %an <%ae>
66
%(trailers:key=Co-authored-by)"`,
67
);
0 commit comments