Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
airtonix committed Jul 15, 2022
1 parent 785f54d commit c753315
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ jobs:
...
```

### Changeset Cli Configuration

You will also need to ensure that your changesets configuration does not enable `commit`:

```
{
"$schema": "https://unpkg.com/@changesets/config@1.6.2/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false, // 👈
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
```


### Example workflow:

Expand Down

0 comments on commit c753315

Please sign in to comment.