We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ae691 commit ae882abCopy full SHA for ae882ab
.util/release.sh
@@ -15,4 +15,4 @@ git add -f node_modules package.json package-lock.json
15
git diff --quiet
16
git commit -m "v$1"
17
git tag "v$1"
18
-echo git push --follow-tags
+echo git push origin master v1 --tags
0 commit comments