1
0

release.sh: (trivial) add details re how to git tag

This commit is contained in:
SomberNight
2023-01-02 15:45:24 +00:00
parent f893a1995a
commit 54f3446c1d

View File

@@ -23,11 +23,11 @@
# #
# Note: steps before doing a new release: # Note: steps before doing a new release:
# - update locale: # - 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 # 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 # - $ git tag -s $VERSION -m $VERSION
# #
set -e set -e