Skip to content

Commit

Permalink
ci: fix rematch select version and preid alwasys next
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Jul 29, 2020
1 parent b956977 commit 9f60f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"lint:fix": "lerna run lint:fix",
"docs": "docsify serve docs",
"size": "bundlesize",
"version:latest": "lerna version --create-release github --conventional-commits -m 'chore(release): publish %v [ci skip]' --yes --no-private",
"version:next": "lerna version --create-release github --conventional-commits --conventional-prerelease -m 'chore(release): publish %v [ci skip]' --yes",
"version:latest": "lerna version --no-private --create-release github --conventional-commits -m 'chore(release): publish %v [ci skip]' --yes",
"version:next": "lerna version --no-private --preid next --create-release github --conventional-commits --conventional-prerelease -m 'chore(release): publish %v [ci skip]' --yes",
"publish:latest": "lerna publish from-package --dist-tag latest --yes",
"publish:next": "lerna publish from-package --canary --preid next --pre-dist-tag next --yes"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rematch/select",
"version": "3.0.0",
"version": "3.0.0-next.0",
"description": "Selectors plugin for Rematch",
"homepage": "https://rematch.github.io/rematch",
"main": "dist/index.js",
Expand Down

0 comments on commit 9f60f55

Please sign in to comment.