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