Skip to content

Commit 46e014d

Browse files
committed
build: 添加语义化发布相关依赖和发布配置
添加 semantic-release 及其插件作为开发依赖,并配置 npm 发布设置以支持自动化版本发布
1 parent 032495e commit 46e014d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,14 @@
2020
},
2121
"dependencies": {
2222
"com.gameframex.unity": "1.1.1"
23+
},
24+
"devDependencies": {
25+
"semantic-release": "^24.2.0",
26+
"@semantic-release/changelog": "^6.0.3",
27+
"@semantic-release/git": "^10.0.1"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
2332
}
2433
}

0 commit comments

Comments
 (0)