We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc41c3 commit d21a0d7Copy full SHA for d21a0d7
package.json
@@ -37,7 +37,8 @@
37
"build:prod": "npm run clean && npm run build",
38
"clean": "turbo run clean --parallel",
39
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
40
- "lerna:version": "lerna version --no-push --exact --conventional-commits",
+ "lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags",
41
+ "lerna:changed": "lerna changed --include-merged-tags",
42
"postversion": "rimraf package-lock.json && npm i",
43
"lerna:diff": "lerna diff",
44
"lerna:fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",
0 commit comments