Skip to content

Commit

Permalink
Update default config object in config-file-options.md (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
cseas authored Jan 14, 2025
1 parent 0417c90 commit a8c474f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/config-file-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Changesets has a minimal amount of configuration options. Mostly these are for w

```json
{
"changelog": "@changesets/cli/changelog",
"commit": false,
"updateInternalDependencies": "patch",
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"ignore": [],
"changelog": "@changesets/cli/changelog"
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
```

Expand Down

0 comments on commit a8c474f

Please sign in to comment.