From 050caf666b49499e9fc8869056416d656ac75601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Habinshuti?= Date: Tue, 2 Oct 2018 02:26:33 +0300 Subject: [PATCH] [build] 0.2.1 --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 3353bd7..92e6498 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -27,7 +27,7 @@ then #Publish changes git push -u origin master #git tag -a v$VERSION -m "version $VERSION" - npm version $VERSION --allow-same-version + npm version $VERSION -m "Bump version to %s" --allow-same-version # push tags git push origin --tags