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 d75670d commit d9dfb89Copy full SHA for d9dfb89
scripts/ci/codegen/pushGeneratedCode.ts
@@ -57,6 +57,8 @@ export async function pushGeneratedCode(): Promise<void> {
57
let message = await run(`git show -s ${baseBranch} --format="%s ${text.commitEndMessage} ${skipCi}"`);
58
const authors = await run(
59
`git show -s ${baseBranch} --format="
60
+
61
62
Co-authored-by: %an <%ae>
63
%(trailers:key=Co-authored-by)"`,
64
);
0 commit comments