From 3dcce284c1ed0f9105c9700736f993b01cc246f2 Mon Sep 17 00:00:00 2001 From: "Juan B. Rodriguez" Date: Sun, 8 Jan 2017 11:32:36 -0500 Subject: [PATCH] Update package.json upon new release Related to #5 --- scripts/bump-hook | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bump-hook b/scripts/bump-hook index 434c2b5..699908c 100755 --- a/scripts/bump-hook +++ b/scripts/bump-hook @@ -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