Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Update package.json upon new release
Browse files Browse the repository at this point in the history
Related to #5
  • Loading branch information
jbrodriguez committed Jan 8, 2017
1 parent b149b3b commit 3dcce28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bump-hook
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fi

echo "Version is $APP_VERSION"

npm --no-git-tag-version -f version ${APP_VERSION}

TAG=`git describe --abbrev=0 --tags 2> /dev/null`

if [[ -z "$TAG" ]]; then
Expand Down

0 comments on commit 3dcce28

Please sign in to comment.