Skip to content

Commit

Permalink
[FAB-16798] Update dependencies versions
Browse files Browse the repository at this point in the history
Change-Id: I4bb80d7b55050ace7d41ecc02ec71adb549fa20b
Signed-off-by: Matthew B. White <[email protected]>
  • Loading branch information
mbwhite committed Oct 10, 2019
1 parent 2df3451 commit 2f7d43f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Jenkins_Scripts/Publish_NPM_Modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ npmPublish() {

# Replace existing version with $UNSTABLE_INCREMENT_VERSION
sed -i 's/\(.*\"version\"\: \"\)\(.*\)/\1'$UNSTABLE_INCREMENT_VERSION\"\,'/' package.json

# Update the dependencies with that refer to any fabric-* module to be the matching number
sed -i 's/\(.*\"fabric-.*\"\)\(2.0.0-snapshot\)/\1'$UNSTABLE_INCREMENT_VERSION'/' package.json
npm publish --tag $CURRENT_TAG

else
Expand Down

0 comments on commit 2f7d43f

Please sign in to comment.