From 54f3446c1deac6bb689fb0761cd647d04e02bce9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 2 Jan 2023 15:45:24 +0000 Subject: [PATCH] release.sh: (trivial) add details re how to git tag --- contrib/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/release.sh b/contrib/release.sh index d749312d7..e34b687a2 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -23,11 +23,11 @@ # # Note: steps before doing a new release: # - update locale: -# 1. cd /opt/electrum-locale && ./update && push +# 1. cd /opt/electrum-locale && ./update && git push # 2. cd to the submodule dir, and git pull # 3. cd .. && git push # - update RELEASE-NOTES and version.py -# - git tag +# - $ git tag -s $VERSION -m $VERSION # set -e