From 01694a363b3f1ae33d319de90fda8912d14948e1 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 5 Aug 2025 14:02:23 +0000 Subject: [PATCH] contrib/release.sh: add small comment re git tags --- contrib/release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/release.sh b/contrib/release.sh index dd0ed4f21..931fbf1dd 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -24,7 +24,8 @@ # 2. cd to the submodule dir, and git pull # 3. cd .. && git push # - 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: