Skip to content

Commit

Permalink
style(release.sh): Alter debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Jul 3, 2015
1 parent b51d290 commit da7b03d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.sh
Expand Up @@ -2,12 +2,12 @@

echo "* $(tput setaf 3)Building css-components$(tput setaf 7)..."
(cd css-components && npm install && node_modules/.bin/gulp build)
echo "** $(tput setaf 2)Finished$(tput setaf 7)!\n"
echo "** $(tput setaf 2)Finished$(tput setaf 7)!"

echo "* $(tput setaf 3)Building OnsenUI$(tput setaf 7)..."
npm install --loglevel error
node_modules/.bin/gulp dist
echo "** $(tput setaf 2)Finished$(tput setaf 7)!\n"
echo "** $(tput setaf 2)Finished$(tput setaf 7)!"

echo "* $(tput setaf 3)Copying distribution files$(tput setaf 7)"
lasttag=`git tag -l | sort -t. -k1,1n -k2,2n -k3,3n | tail -n 1`
Expand All @@ -25,4 +25,4 @@ git commit -m "Version ${newtag} release."
git tag -a ${newtag} -m "Version ${newtag} release."
echo "** $(tput setaf 2)Finished$(tput setaf 7)!"

echo "\n$(tput setaf 6)Complete the release with: $(tput setaf 7)git push origin ${newtag}"
echo "$(tput setaf 6)Complete the release with: $(tput setaf 7)git push origin ${newtag}"

0 comments on commit da7b03d

Please sign in to comment.