Skip to content

Commit

Permalink
Change patch build to minor (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlyn authored Apr 26, 2023
1 parent c5492de commit 00a5e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ setup_git_branch
checkout_branch ${MAIN}

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

0 comments on commit 00a5e44

Please sign in to comment.