Skip to content

Commit a8c474f

Browse files
authored
Update default config object in config-file-options.md (#1052)
1 parent 0417c90 commit a8c474f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/config-file-options.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Changesets has a minimal amount of configuration options. Mostly these are for w
44

55
```json
66
{
7+
"changelog": "@changesets/cli/changelog",
78
"commit": false,
8-
"updateInternalDependencies": "patch",
9+
"fixed": [],
910
"linked": [],
1011
"access": "restricted",
11-
"baseBranch": "master",
12-
"ignore": [],
13-
"changelog": "@changesets/cli/changelog"
12+
"baseBranch": "main",
13+
"updateInternalDependencies": "patch",
14+
"ignore": []
1415
}
1516
```
1617

0 commit comments

Comments
 (0)