Skip to content

Commit

Permalink
Update release_new.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Iuvshin committed Jun 29, 2015
1 parent 3d12677 commit 7945cf3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ release() {
releaseProject ${project} ${VERSION} ${NEXT_DEV_VERSION}
setNextDevVersions ${NEXT_DEV_VERSION}
else
# setParentTag ${project} ${VERSION}
# releaseProject ${project} ${VERSION} ${NEXT_DEV_VERSION}
# setParentNextDev ${project} ${NEXT_DEV_VERSION}
echo "esle"
setParentTag ${project} ${VERSION}
releaseProject ${project} ${VERSION} ${NEXT_DEV_VERSION}
setParentNextDev ${project} ${NEXT_DEV_VERSION}
fi
cd ..
done
Expand Down

0 comments on commit 7945cf3

Please sign in to comment.