Skip to content

Commit 5b5ada0

Browse files
committed
chore: version command
1 parent 3630445 commit 5b5ada0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

script/version.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/usr/bin/env bash
22

3-
yarn lint
4-
yarn build
3+
echo $1
54

6-
V = $1
5+
#yarn lint
6+
#yarn build
77

8-
lerna version --force-publish --allow-peer-dependencies-update --changelog-include-commits-client-login " by @%l" \
9-
--remote-client github $V
8+
V=$1
9+
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

Comments
 (0)