Skip to content

Commit 535c581

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"com.gameframex.unity.web": "1.0.0",
2626
"com.gameframex.unity.network": "1.0.0",
2727
"com.gameframex.unity.google.protobuf": "1.0.0"
28+
},
29+
"devDependencies": {
30+
"semantic-release": "^24.2.0",
31+
"@semantic-release/changelog": "^6.0.3",
32+
"@semantic-release/git": "^10.0.1"
2833
}
29-
}
34+
}

0 commit comments

Comments
 (0)