MayUWish commented on a change in pull request #17944:
URL: https://github.com/apache/superset/pull/17944#discussion_r779845706



##########
File path: superset-frontend/package.json
##########
@@ -51,9 +51,9 @@
     "plugins:build-assets": "node ./scripts/copyAssets.js",
     "plugins:build-storybook": "cd packages/superset-ui-demo && npm run 
build-storybook",
     "plugins:chromatic": "cd packages/superset-ui-demo && npm run chromatic",
-    "plugins:create-conventional-version": "npm run prune && 
./scripts/lernaVersion.sh '--conventional-commits --create-release github'",
-    "plugins:create-minor-version": "npm run prune && 
./scripts/lernaVersion.sh minor",
-    "plugins:create-patch-version": "npm run prune && 
./scripts/lernaVersion.sh patch",
+    "plugins:create-conventional-version": "npm run prune && lerna version 
--conventional-commits --create-release github --yes",
+    "plugins:create-minor-version": "npm run prune && lerna version minor 
--yes",
+    "plugins:create-patch-version": "npm run prune && lerna version patch 
--yes",

Review comment:
       Yes, plz. Can I have your help to walk me through it? Thank you




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to