Install changesets (#18331)

* Install changesets

* Update contributing guidelines
This commit is contained in:
Rijk van Zanten
2023-04-26 16:21:15 -04:00
committed by GitHub
parent 2f3fb229bc
commit abc9d0142f
4 changed files with 491 additions and 11 deletions

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}