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 8d83453 commit 01694a3Copy full SHA for 01694a3
contrib/release.sh
@@ -24,7 +24,8 @@
24
# 2. cd to the submodule dir, and git pull
25
# 3. cd .. && git push
26
# - update RELEASE-NOTES and version.py
27
-# - $ git tag -s $VERSION -m $VERSION
+# - $ git tag -s "$VERSION" -m "$VERSION"
28
+# - $ git push "$REMOTE_ORIGIN" tag "$VERSION"
29
#
30
# -----
31
# Then, typical release flow:
0 commit comments