Skip to content

Commit

Permalink
[build] 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 22, 2017
1 parent 85d6416 commit b3f55e4
Show file tree
Hide file tree
Showing 5 changed files with 1,519 additions and 649 deletions.
4 changes: 2 additions & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ if [[ $REPLY =~ ^[Yy]$ ]]
then
echo "Releasing $VERSION ..."

VERSION=$VERSION npm run build
npm run build
git add -A
git commit -m "[build] $VERSION"
npm version $VERSION --message "[release] $VERSION"

git push
npm publish
fi
fi
Loading

0 comments on commit b3f55e4

Please sign in to comment.