Skip to content

Commit b292d2b

Browse files
authored
docs: update changesetBaseRefs (#3530)
* feat(plugin-version): fix changesetBaseRefs docs * fix changesetBaseRefs
1 parent d919dd7 commit b292d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby/static/configuration/yarnrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"changesetBaseRefs": {
3737
"_package": "@yarnpkg/plugin-version",
38-
"description": "The base git refs that the current HEAD is compared against in the version plugin. This overrides the default behavior of comparing against master, origin/master, and upstream/master. Supports git branches, tags, and commits.",
38+
"description": "The base git refs that the current HEAD is compared against in the version plugin. This overrides the default behavior of comparing against master, origin/master, upstream/master, main, origin/main, and upstream/main. Supports git branches, tags, and commits.",
3939
"type": "array",
4040
"items": {
4141
"type": "string"
4242
},
43-
"default": ["master", "origin/master", "upstream/master"]
43+
"default": ["master", "origin/master", "upstream/master", "main", "origin/main", "upstream/main"]
4444
},
4545
"changesetIgnorePatterns": {
4646
"_package": "@yarnpkg/plugin-version",

0 commit comments

Comments
 (0)