Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit b61235c

Browse files
Change updateDocs to branch from master instead of next
[skip ci]
1 parent b4c1e6d commit b61235c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content-scripts/updateDocs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const getConfig = ({ tmpDir }) => ({
4848
newBranch: `splitbot/update-docs`,
4949

5050
// Submit a pull request against this branch
51-
targetBranch: "next",
51+
targetBranch: "master",
5252

5353
// When creating/modifying a version, call these functions according to
5454
// the name of each subdirectory in the extracted tarball of the asset

0 commit comments

Comments
 (0)