Skip to content

Commit 2bcd9b6

Browse files
committed
chore: reverting release.sh
1 parent 3a88cdf commit 2bcd9b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bin/release.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ read confirm
5858

5959
if [[ $confirm == "yes" ]]; then
6060
echo "Publishing..."
61-
#git commit -am "chore: v$VERSION :rocket:"
62-
#git tag -a v$VERSION
63-
#
64-
#git push --tags
65-
#git push
66-
#
67-
# npm publish
61+
git commit -am "chore: v$VERSION :rocket:"
62+
git tag -a "v$VERSION"
63+
64+
git push --tags
65+
git push
66+
67+
npm publish
6868
else
6969
echo "Skipping the publish procedure"
7070
fi

0 commit comments

Comments
 (0)