mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.4/schema.json",
|
|
"changelog": "./changelog-config.js",
|
|
"commit": false,
|
|
"fixed": [["roo-cline"]],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["@roo-code/cli"]
|
|
}
|