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 3630445 commit 5b5ada0Copy full SHA for 5b5ada0
script/version.sh
@@ -1,9 +1,11 @@
1
#!/usr/bin/env bash
2
3
-yarn lint
4
-yarn build
+echo $1
5
6
-V = $1
+#yarn lint
+#yarn build
7
8
-lerna version --force-publish --allow-peer-dependencies-update --changelog-include-commits-client-login " by @%l" \
9
- --remote-client github $V
+V=$1
+
10
+lerna version $V --force-publish --allow-peer-dependencies-update --changelog-include-commits-client-login " by @%l" \
11
+ --exact --remote-client github
0 commit comments