Skip to content

Commit d7a63c1

Browse files
committed
build: 添加语义化发布相关依赖和发布配置
添加 semantic-release 相关依赖以支持自动化版本发布和变更日志生成 配置发布目标和仓库信息
1 parent 6d2e502 commit d7a63c1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,18 @@
1818
"name": "Code Philosophy",
1919
"email": "hybridclr@code-philosophy.com",
2020
"url": "https://code-philosophy.com"
21+
"devDependencies": {
22+
"semantic-release": "^24.2.0",
23+
"@semantic-release/changelog": "^6.0.3",
24+
"@semantic-release/git": "^10.0.1"
25+
},
26+
"publishConfig": {
27+
"access": "public",
28+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
29+
},
30+
"repository": {
31+
"name": "com.gameframex.unity.code-philosophy.hybridclr",
32+
"url": "git+https://github.com/gameframex/com.gameframex.unity.code-philosophy.hybridclr.git",
33+
"type": "git"
2134
}
2235
}

0 commit comments

Comments
 (0)