Skip to content

Commit 3da4814

Browse files
committed
pr review changes
1 parent d2e2357 commit 3da4814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/codegen/pushToAlgoliaWeb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function pushToAlgoliaWeb(): Promise<void> {
8787

8888
await configureGitHubAuthor(tempGitDir);
8989

90-
const message = 'feat: update specs and supported versions';
90+
const message = 'feat: update generated guides';
9191
await run('git add .', { cwd: tempGitDir });
9292
await gitCommit({
9393
message,
@@ -106,7 +106,7 @@ async function pushToAlgoliaWeb(): Promise<void> {
106106
'This PR is automatically created by https://github.com/algolia/api-clients-automation',
107107
'It contains the latest generated guides.',
108108
].join('\n\n'),
109-
base: 'master',
109+
base: 'develop',
110110
head: targetBranch,
111111
});
112112

0 commit comments

Comments
 (0)