mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
49065d239b
* fix: initial support to changeset * fix: changeset config * fix: vue3 changeset * feat: add github publish action for changeset
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{ "repo": "JiLiZART/BBob" }
|
|
],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "master",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|