From 69dce414e7863e38692d2d1e068bd57fda005870 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 14 Apr 2019 09:14:33 +0200 Subject: [PATCH] chore: next release tag is beta --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 7f5c535eb..a8974ff8f 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -7,4 +7,4 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1)) echo "Bumping version to new tag: ${lastTag}" # Publish to NPM -npm publish --tag next --registry https://registry.npmjs.org/ +npm publish --tag beta --registry https://registry.npmjs.org/