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 b613e2b commit bb8e42dCopy full SHA for bb8e42d
release.sh
@@ -34,6 +34,6 @@ fi
34
validate_version "$version"
35
36
git commit --allow-empty --message="Release v$version"
37
-git tag "v$version"
38
git push
39
-git push --tags
+git tag "v$version"
+git push origin "v$version"
0 commit comments