Skip to content

Commit 695d372

Browse files
committed
chore: 更新package.json配置,添加semantic-release相关依赖
添加semantic-release相关开发依赖和发布配置,用于自动化版本发布和变更日志生成
1 parent ad1c1d7 commit 695d372

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@
1616
"author": {
1717
"name": "Blank",
1818
"email": "alianblank@outlook.com",
19-
"url": "https://alianblank.com/"
19+
"url": "https://gameframex.doc.alianblank.com"
2020
},
21-
"dependencies": {}
21+
"dependencies": {},
22+
"devDependencies": {
23+
"semantic-release": "^24.2.0",
24+
"@semantic-release/changelog": "^6.0.3",
25+
"@semantic-release/git": "^10.0.1"
26+
},
27+
"publishConfig": {
28+
"access": "public",
29+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
30+
}
2231
}

0 commit comments

Comments
 (0)