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 ba58b2f commit 5ad0994Copy full SHA for 5ad0994
scripts/beta-release
@@ -69,8 +69,8 @@ git push
69
npm run build
70
71
# release api
72
-npm publish --access public
+npm publish --tag beta --access public
73
74
# And do a github release.
75
-gh release create "${NEW_VERSION}" build/main.js styles.css manifest.json --title "${NEW_VERSION}" --notes-file release-notes.md
+gh release create "${NEW_VERSION}" --pre-release build/main.js styles.css manifest.json --title "${NEW_VERSION}" --notes-file release-notes.md
76
rm -f release-notes.md
0 commit comments