Add Changesets configuration and update development documentation (#1964)

Introduce Changesets for versioning and changelog generation, and
enhance development documentation to guide contributors on using
Changesets effectively.
This commit is contained in:
Zoltán Bedi
2025-02-06 10:35:36 +01:00
committed by GitHub
parent c2ffd31b1a
commit aa63bb8835
6 changed files with 477 additions and 8 deletions

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$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": []
}