We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e6f1d commit 597b956Copy full SHA for 597b956
release.sh
@@ -21,7 +21,7 @@ then
21
npm version $VERSION -m "Upgrade to $VERSION"
22
23
# publish
24
- npm publish
+ npm publish --tag next
25
echo "Publish $VERSION successfully!"
26
27
read -p "Upgrade GitHub Pages? (y/n)" -n 1 -r
0 commit comments