Skip to content

Commit ae882ab

Browse files
committed
Tweak release script
1 parent 75ae691 commit ae882ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.util/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ git add -f node_modules package.json package-lock.json
1515
git diff --quiet
1616
git commit -m "v$1"
1717
git tag "v$1"
18-
echo git push --follow-tags
18+
echo git push origin master v1 --tags

0 commit comments

Comments
 (0)