]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
build: change tag to beta
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Aug 2021 13:53:04 +0000 (15:53 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Aug 2021 13:53:04 +0000 (15:53 +0200)
scripts/release.sh

index 8c8394c951b852699098b6ed319a221b1d272542..1376b31fdd7035c2c210ee27f75a112bff62d812 100644 (file)
@@ -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