Skip to content

Commit 18eed58

Browse files
authored
Change patch to minor release (#1688)
1 parent 5458b86 commit 18eed58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ setup_git_branch
5252
checkout_branch ${MAIN}
5353

5454
cd ./canvas_modules/common-canvas
55-
npm version patch
55+
npm version minor
5656
NPM_VERSION=`node -p "require('./package.json').version"`
5757
echo "Updated main build $NPM_VERSION"
5858
commit_changes ${MAIN} "Update Elyra Canvas to version ${NPM_VERSION} [skip ci]"

0 commit comments

Comments
 (0)