Skip to content

Commit fb36730

Browse files
committed
build: 添加语义化发布相关依赖和发布配置
1 parent 34d631c commit fb36730

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.0.0"
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)