Skip to content

Commit 3ec56f1

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
"com.gameframex.unity": "1.1.1",
2323
"com.gameframex.unity.asset": "1.0.6",
2424
"com.gameframex.unity.event": "1.0.0"
25+
},
26+
"devDependencies": {
27+
"semantic-release": "^24.2.0",
28+
"@semantic-release/changelog": "^6.0.3",
29+
"@semantic-release/git": "^10.0.1"
2530
}
26-
}
31+
}

0 commit comments

Comments
 (0)