From: Eduardo San Martin Morote Date: Wed, 4 Aug 2021 13:53:04 +0000 (+0200) Subject: build: change tag to beta X-Git-Tag: v2.0.0-rc.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d606b2d7b3741b45590fe1eb46407de360fb0e67;p=thirdparty%2Fvuejs%2Fpinia.git build: change tag to beta --- diff --git a/scripts/release.sh b/scripts/release.sh index 8c8394c9..1376b31f 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -33,7 +33,7 @@ then git tag "v$VERSION" # commit - yarn publish --tag next --new-version "$VERSION" --no-commit-hooks --no-git-tag-version + yarn publish --tag beta --new-version "$VERSION" --no-commit-hooks --no-git-tag-version # publish git push origin refs/tags/v$VERSION