Browse Source

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

master
SomberNight 3 years ago
parent
commit
54f3446c1d
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/release.sh

4
contrib/release.sh

@ -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

Loading…
Cancel
Save