docs(): docs reference main instead of master (#24216)

This commit is contained in:
Sean Perkins
2021-11-12 14:31:18 -05:00
committed by GitHub
parent 64dd070d67
commit b2f2a4b71b
13 changed files with 59 additions and 59 deletions

View File

@@ -127,7 +127,7 @@ async function publishGithub(version, gitTag, changelog, npmTag) {
let branch = await execa.stdout('git', ['symbolic-ref', '--short', 'HEAD']);
if (!branch) {
branch = 'master';
branch = 'main';
}
await octokit.repos.createRelease({