Skip to content

Commit 8009400

Browse files
committed
chore: change configs
add changelog in prepublishOnly remove CHANGELOG.md from independent packages manually commit/tag/push to git
1 parent 526149d commit 8009400

File tree

5 files changed

+4
-61
lines changed

5 files changed

+4
-61
lines changed

lerna.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"useWorkspaces": true,
55
"command": {
66
"publish": {
7-
"conventionalCommits": true,
8-
"gitTagVersion": true,
7+
"conventionalCommits": false,
8+
"gitTagVersion": false,
9+
"gitReset": false,
910
"allowBranch": ["master"],
1011
"ignoreChanges": ["ignored-file", "*.md", "**/examples/**", "**/test/**"],
1112
"message": "chore(release): publish"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prettier:all": "node ./scripts/prettier.js write",
1919
"changelog": "node ./scripts/genChangelog.js",
2020
"commit": "git-cz",
21-
"prepublishOnly": "yarn install && yarn build",
21+
"prepublishOnly": "yarn install && yarn changelog && yarn build",
2222
"release": "lerna publish"
2323
},
2424
"config": {

packages/module-loader/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/resource-manager/CHANGELOG.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/utils/CHANGELOG.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)