Skip to content

Commit

Permalink
#1313 Change build tag from patch to minor (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlyn authored Dec 9, 2022
1 parent 975d13f commit be135ae
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 be135ae

Please sign in to comment.