Skip to content

Commit 5ad0994

Browse files
committed
Updated beta-release script with pre-release tags
Flags both the npm release, and the github release with pre-release tags
1 parent ba58b2f commit 5ad0994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/beta-release

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ git push
6969
npm run build
7070

7171
# release api
72-
npm publish --access public
72+
npm publish --tag beta --access public
7373

7474
# 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
75+
gh release create "${NEW_VERSION}" --pre-release build/main.js styles.css manifest.json --title "${NEW_VERSION}" --notes-file release-notes.md
7676
rm -f release-notes.md

0 commit comments

Comments
 (0)