1
0

contrib/release.sh: add small comment re git tags

This commit is contained in:
SomberNight
2025-08-05 14:02:23 +00:00
parent 8d83453d75
commit 01694a363b

View File

@@ -24,7 +24,8 @@
# 2. cd to the submodule dir, and git pull # 2. cd to the submodule dir, and git pull
# 3. cd .. && git push # 3. cd .. && git push
# - update RELEASE-NOTES and version.py # - update RELEASE-NOTES and version.py
# - $ git tag -s $VERSION -m $VERSION # - $ git tag -s "$VERSION" -m "$VERSION"
# - $ git push "$REMOTE_ORIGIN" tag "$VERSION"
# #
# ----- # -----
# Then, typical release flow: # Then, typical release flow: