Skip to content

Commit

Permalink
fix: add --conventional-graduate to lerna version command
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Dec 25, 2022
1 parent 84e30f0 commit 37c705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"watch": "NODE_ENV=development lerna exec --parallel -- rollup -c ../../rollup.config.js --watch",
"clean": "lerna run clean",
"publish": "lerna publish from-package",
"version": "lerna version --no-private --conventional-commits --create-release github --yes",
"version": "lerna version --no-private --conventional-commits --conventional-graduate --create-release github --yes",
"lint": "eslint . --ext .ts --fix"
},
"bugs": {
Expand Down

0 comments on commit 37c705a

Please sign in to comment.