Skip to content

Commit 1fd1ecf

Browse files
committed
build: 添加语义化发布相关依赖和发布配置
添加 semantic-release 及其插件用于自动化版本发布和变更日志生成,并配置 npm 发布信息
1 parent 9b1338c commit 1fd1ecf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,14 @@
1818
"email": "alianblank@outlook.com",
1919
"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)