feat: 添加现代化版本管理和自动发布系统

This commit is contained in:
sean
2025-06-01 14:28:47 +08:00
parent d8481b89bb
commit ee91af11b7
10 changed files with 734 additions and 1 deletions

19
.changeset/config.json Normal file
View File

@ -0,0 +1,19 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "Deepractice/PromptX"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}