Skip to content

Commit 8d60029

Browse files
committed
build: 添加语义化发布和发布配置
添加了semantic-release相关开发依赖和npm发布配置,包括作者信息和仓库地址
1 parent b86d349 commit 8d60029

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,24 @@
66
"changelogUrl": "https://github.com/yasirkula/UnityIngameDebugConsole/releases",
77
"licensesUrl": "https://github.com/yasirkula/UnityIngameDebugConsole/blob/master/LICENSE.txt",
88
"description": "This asset helps you see debug messages (logs, warnings, errors, exceptions) runtime in a build (also assertions in editor) and execute commands using its built-in console. It also supports logging logcat messages to the console on Android platform.",
9-
"hideInEditor": false
9+
"hideInEditor": false,
10+
"devDependencies": {
11+
"semantic-release": "^24.2.0",
12+
"@semantic-release/changelog": "^6.0.3",
13+
"@semantic-release/git": "^10.0.1"
14+
},
15+
"publishConfig": {
16+
"access": "public",
17+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
18+
},
19+
"author": {
20+
"name": "Blank",
21+
"email": "alianblank@outlook.com",
22+
"url": "https://gameframex.doc.alianblank.com"
23+
},
24+
"repository": {
25+
"name": "com.gameframex.unity.yasirkula.debugconsole",
26+
"url": "git+https://github.com/gameframex/com.gameframex.unity.yasirkula.debugconsole.git",
27+
"type": "git"
28+
}
1029
}

0 commit comments

Comments
 (0)