]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
build: use next tag again
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Aug 2021 21:36:11 +0000 (23:36 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Aug 2021 21:36:11 +0000 (23:36 +0200)
README.md
scripts/release.sh

index 327aa4e289de31a1212b3d9280158f7676548ff8..9bad6f8337af85d2b20fb70d387ebdbf023eedcb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -109,7 +109,11 @@ yarn add pinia@next
 npm install pinia@next
 ```
 
-Note: If you are using Vue `^3.2.0` or `@vue/composition-api` `^1.1.0` (with Vue 2), give `pinia@beta` a try! [Check this issue](https://github.com/posva/pinia/issues/592) for more information and to ask questions.
+If you are using Vue 2, make sure to install `@vue/composition-api` version `1.1.0` (or greater):
+
+```bash
+npm install pinia@next @vue/composition-api@next
+```
 
 ## Usage
 
index 1376b31fdd7035c2c210ee27f75a112bff62d812..8c8394c951b852699098b6ed319a221b1d272542 100644 (file)
@@ -33,7 +33,7 @@ then
   git tag "v$VERSION"
 
   # commit
-  yarn publish --tag beta --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
+  yarn publish --tag next --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
 
   # publish
   git push origin refs/tags/v$VERSION