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 d2e2357 commit 3da4814Copy full SHA for 3da4814
scripts/ci/codegen/pushToAlgoliaWeb.ts
@@ -87,7 +87,7 @@ async function pushToAlgoliaWeb(): Promise<void> {
87
88
await configureGitHubAuthor(tempGitDir);
89
90
- const message = 'feat: update specs and supported versions';
+ const message = 'feat: update generated guides';
91
await run('git add .', { cwd: tempGitDir });
92
await gitCommit({
93
message,
@@ -106,7 +106,7 @@ async function pushToAlgoliaWeb(): Promise<void> {
106
'This PR is automatically created by https://github.com/algolia/api-clients-automation',
107
'It contains the latest generated guides.',
108
].join('\n\n'),
109
- base: 'master',
+ base: 'develop',
110
head: targetBranch,
111
});
112
0 commit comments