Skip to content

Commit 215d4ab

Browse files
authored
refactor: use @wibus/bump-monorepo to bump version (#18)
1 parent 780c88f commit 215d4ab

File tree

2 files changed

+141
-17
lines changed

2 files changed

+141
-17
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "@jwcjs/monorepo",
33
"author": "wibus-wee <[email protected]>",
4+
"version": "0.0.0",
45
"license": "MIT",
56
"scripts": {
67
"lint": "eslint ./packages",
78
"build:core": "cd packages/core && pnpm run build",
8-
"bump": "bump -f packages/core"
9+
"bump": "bump-monorepo"
910
},
1011
"devDependencies": {
11-
"@innei/bump-version": "^1.5.4",
1212
"@types/node": "^18.11.17",
1313
"@typescript-eslint/eslint-plugin": "^5.46.1",
1414
"@typescript-eslint/parser": "^5.46.1",
15+
"@wibus/bump-monorepo": "1.0.0-alpha.2",
1516
"eslint": "^8.29.0",
1617
"eslint-config-prettier": "^8.5.0",
1718
"eslint-plugin-prettier": "^4.2.1",
@@ -22,5 +23,10 @@
2223
"rimraf": "^3.0.2",
2324
"tslib": "^2.4.1",
2425
"typescript": "^4.9.4"
26+
},
27+
"bump": {
28+
"activePackages": ["core"],
29+
"publish": true,
30+
"message": "release: %s"
2531
}
2632
}

pnpm-lock.yaml

Lines changed: 133 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)