Introduce Changesets for versioning and changelog generation, and enhance development documentation to guide contributors on using Changesets effectively.
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
|
|
"changelog": "./changelog.js",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|