Skip to content

Commit b260a6c

Browse files
committed
ci: using @nomadland/mono for release flow
1 parent 53cc2dd commit b260a6c

File tree

3 files changed

+2626
-174
lines changed

3 files changed

+2626
-174
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"packages:diff": "lerna diff",
2020
"packages:list": "lerna ls -l",
2121
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
22-
"release": "yarn lint && yarn build && yarn test && node scripts/release.js",
22+
"release": "yarn lint && yarn build && mono release",
2323
"remote-version": "node scripts/remote-version.js",
2424
"show-help": "yarn workspace docs show-help",
2525
"test": "node scripts/test.js",
@@ -47,6 +47,7 @@
4747
"devDependencies": {
4848
"@commitlint/cli": "^8.2.0",
4949
"@commitlint/config-conventional": "^8.2.0",
50+
"@nomadland/mono": "0.3.2",
5051
"@types/escape-html": "^0.0.20",
5152
"@types/fs-extra": "^5.0.4",
5253
"@types/globby": "^9.1.0",

scripts/release.js

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

0 commit comments

Comments
 (0)