Skip to content

Commit 5805da5

Browse files
committed
Release script now pushes
1 parent 7d14459 commit 5805da5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release.sh

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ fi
2727
# x.x.x-date-yyyy.mm.dd
2828
npm version 1.0.0-date-$(date +%Y.%m.%d)
2929

30+
31+
echo "Pushing changes..."
32+
git push
33+
git push --tags
34+
3035
npm publish --dry-run --tag latest
3136

3237
read -p "Do you want to continue and publish? (y/N) " -n 1 -r

0 commit comments

Comments
 (0)