Skip to content

Commit 1bb7cad

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

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
@@ -20,5 +20,10 @@
2020
},
2121
"dependencies": {
2222
"com.gameframex.unity": "1.1.1"
23+
},
24+
"devDependencies": {
25+
"semantic-release": "^24.2.0",
26+
"@semantic-release/changelog": "^6.0.3",
27+
"@semantic-release/git": "^10.0.1"
2328
}
24-
}
29+
}

0 commit comments

Comments
 (0)