File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,15 @@ yarn test
16
16
17
17
# trigger lerna release and create new storybook
18
18
./node_modules/.bin/lerna version \
19
- --conventional-commits \
20
- --exact \
21
- --github-release \
22
- --no-push \
23
- --yes
19
+ --conventional-graduate \
20
+ --force-publish
24
21
22
+ # These steps are only required in case we don't a user with admin privileges
25
23
# get the new version number
26
- RELEASE_VERSION=$( node -p " require('./lerna.json').version" )
24
+ # RELEASE_VERSION=$(node -p "require('./lerna.json').version")
27
25
# get the new version number
28
- git checkout -b releases/${RELEASE_VERSION}
29
- git push --set-upstream origin releases/${RELEASE_VERSION}
26
+ # git checkout -b releases/${RELEASE_VERSION}
27
+ # git push --set-upstream origin releases/${RELEASE_VERSION}
30
28
31
29
# build the project with the new version after lerna version
32
30
yarn build
You can’t perform that action at this time.
0 commit comments