- Install and configure @changesets/cli with commit/access settings - Create version PR workflow (.github/workflows/version.yml) for automated version bumps - Update existing release and test-release workflows with version validation - Add example changeset and version tests for CI verification - Add RELEASING.md guide and update README with versioning documentation
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|