Updated version.sh
This commit is contained in:
parent
838ce7efcb
commit
5a921b0be4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ else
|
|||
NEW_VERSION=${CURRENT_VERSION/0/$COMMITSINCESTABLE}
|
||||
fi
|
||||
echo "Version: $NEW_VERSION"
|
||||
|
||||
echo "Current version: $CURRENT_VERSION"
|
||||
if [[ $COMMITSINCESTABLE -gt 0 ]]; then
|
||||
sed -i "0,/$CURRENT_VERSION/s//$NEW_VERSION/" package.json
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue