We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367660f commit 754b655Copy full SHA for 754b655
push-package.sh
@@ -18,5 +18,5 @@ esac
18
git tag ${version}
19
git push upstream ${version}
20
21
-npm publish
22
-npm version patch -m "Update to version ${version}"
+npm publish --tag next
+npm version patch -m "Update to version ${version}" --preid=next
0 commit comments