Skip to content

Commit 08378c6

Browse files
committed
chore(Lerna): 增加版本发布提交信息模板
1 parent f978c69 commit 08378c6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

lerna.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.8.0",
4-
"npmClient": "pnpm"
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "1.8.0",
4+
"npmClient": "pnpm",
5+
"command": {
6+
"version": {
7+
"message": "chore(release): publish %s",
8+
"conventionalCommits": true,
9+
"createRelease": "github"
10+
}
11+
}
512
}

0 commit comments

Comments
 (0)