aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-changesets/.changeset/config.json
blob: 15efd062e4533e0f8d84ad83d517d0c89b9642a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
  "changelog": "@changesets/cli/changelog",
  "commit": false,
  "fixed": [],
  "linked": [],
  "access": "public",
  "updateInternalDependencies": "patch",
  "ignore": ["@acme/docs"]
}