Skip to content

Commit

Permalink
Add --no-tag flag
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 31, 2024
1 parent b5723b4 commit f0d2816
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 @@ -9,7 +9,7 @@
"prerelease": "npm run build && npm run test",
"version:test": "lerna version --exact --force-publish --yes --sync-workspace-lock --no-push --no-git-tag-version",
"release": "npm run release:base && npm run release:vue",
"release:base": "lerna publish --exact --force-publish --yes --sync-workspace-lock",
"release:base": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-tag",
"release:vue": "cd ./extensions/vscode && npm run release",
"release:next": "npm run release:next-base && npm run release:next-vue",
"release:next-base": "npm run release:base -- --dist-tag next",
Expand Down

0 comments on commit f0d2816

Please sign in to comment.