Skip to content

Commit 01694a3

Browse files
committed
contrib/release.sh: add small comment re git tags
1 parent 8d83453 commit 01694a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
# 2. cd to the submodule dir, and git pull
2525
# 3. cd .. && git push
2626
# - update RELEASE-NOTES and version.py
27-
# - $ git tag -s $VERSION -m $VERSION
27+
# - $ git tag -s "$VERSION" -m "$VERSION"
28+
# - $ git push "$REMOTE_ORIGIN" tag "$VERSION"
2829
#
2930
# -----
3031
# Then, typical release flow:

0 commit comments

Comments
 (0)