Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f107149

Browse files
authoredDec 20, 2021
ci: using @nomadland/mono for release flow (#2968)
* ci: using `@nomadland/mono` for release flow * chore: attach commit author to changelog
1 parent 53cc2dd commit f107149

File tree

4 files changed

+3181
-720
lines changed

4 files changed

+3181
-720
lines changed
 

‎CHANGELOG.md

Lines changed: 555 additions & 546 deletions
Large diffs are not rendered by default.

‎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.3",
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.

‎yarn.lock

Lines changed: 2624 additions & 36 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.