Skip to content

Commit 393e155

Browse files
committed
build: 添加语义化发布相关依赖和发布配置
添加 semantic-release 及其插件作为开发依赖,并配置 npm 发布设置
1 parent 08860b8 commit 393e155

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,14 @@
2424
"com.gameframex.unity": "1.1.1",
2525
"com.gameframex.unity.gameanalytics": "1.0.0",
2626
"com.gilzoide.sqlite-net": "1.2.4"
27+
},
28+
"devDependencies": {
29+
"semantic-release": "^24.2.0",
30+
"@semantic-release/changelog": "^6.0.3",
31+
"@semantic-release/git": "^10.0.1"
32+
},
33+
"publishConfig": {
34+
"access": "public",
35+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
2736
}
2837
}

0 commit comments

Comments
 (0)