Skip to content

Commit ad975b6

Browse files
committed
revert: old release script
1 parent d522f99 commit ad975b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
4141
echo "\n${YELLOW}Commiting... ${NC}"
4242
git add -A
4343
git commit -m "build: $VERSION"
44-
# npm version $VERSION --message "build: release $version"
44+
npm version $VERSION --message "build: release $version"
4545
git push
4646

4747

4848
echo "\n${YELLOW}Publishing a new release... ${NC}"
49-
# npm publish --tag beta
49+
npm publish
5050

5151

5252
echo "\n${GREEN}BUILD FINISHED WITH SUCCESS!${NC}"

0 commit comments

Comments
 (0)