Skip to content

变更集的配置文件

默认的配置文件写法

详情
json
{
	"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
	"changelog": "@changesets/cli/changelog",
	"commit": false,
	"fixed": [],
	"linked": [],
	"access": "restricted",
	"baseBranch": "main",
	"updateInternalDependencies": "patch",
	"ignore": []
}

changelog 配置

不清楚 @svitejs/changesets-changelog-github-compact 用来做什么的。

json
{
	"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "commencis/starter-react-vite" }]
}

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史