Skip to content

Commit 3d59708

Browse files
committed
chore: force patch on release
[ci skip]
1 parent b7c2fcf commit 3d59708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn build
2121
bash ${WORKSPACE}/scripts/ci/setup-npm.sh
2222

2323
# trigger lerna release
24-
${WORKSPACE}/node_modules/.bin/lerna publish minor --conventional-graduate \
24+
${WORKSPACE}/node_modules/.bin/lerna publish patch --conventional-graduate \
2525
--create-release github
2626

2727
# deploy docs

0 commit comments

Comments
 (0)