Skip to content

Commit

Permalink
refactor: use @wibus/bump-monorepo to bump version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee authored Dec 22, 2022
1 parent 780c88f commit 215d4ab
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 17 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "@jwcjs/monorepo",
"author": "wibus-wee <[email protected]>",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "eslint ./packages",
"build:core": "cd packages/core && pnpm run build",
"bump": "bump -f packages/core"
"bump": "bump-monorepo"
},
"devDependencies": {
"@innei/bump-version": "^1.5.4",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@wibus/bump-monorepo": "1.0.0-alpha.2",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -22,5 +23,10 @@
"rimraf": "^3.0.2",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"bump": {
"activePackages": ["core"],
"publish": true,
"message": "release: %s"
}
}
148 changes: 133 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 215d4ab

Please sign in to comment.