Skip to content

Commit

Permalink
build: use next tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 9, 2021
1 parent 2b839ce commit 4d56a80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d56a80

Please sign in to comment.