Skip to content

Commit 2660886

Browse files
committed
chore: 更新仓库URL并添加语义化发布依赖
更新package.json中的仓库URL为新的组织地址,并添加semantic-release相关开发依赖以支持自动化发布流程
1 parent a65c14b commit 2660886

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"dependencies": {
2222
"com.gameframex.unity": "1.1.1",
2323
"com.gameframex.unity.sharesdk": "1.0.0"
24+
},
25+
"devDependencies": {
26+
"semantic-release": "^24.2.0",
27+
"@semantic-release/changelog": "^6.0.3",
28+
"@semantic-release/git": "^10.0.1"
2429
}
2530
}

0 commit comments

Comments
 (0)