Browse Source

build/release.sh: add some comments

master
SomberNight 5 years ago
parent
commit
91c913dc0b
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 8
      contrib/release.sh

8
contrib/release.sh

@ -1,9 +1,13 @@
#!/bin/bash
# Note: steps before doing a new release:
# #
# Note: update locale before: # - update locale:
# 1. cd /opt/electrum-locale && ./update && push # 1. cd /opt/electrum-locale && ./update && 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
#!/bin/bash # - update RELEASE-NOTES and version.py
# - git tag
ELECTRUM_DIR=/opt/electrum ELECTRUM_DIR=/opt/electrum
WWW_DIR=/opt/electrum-web WWW_DIR=/opt/electrum-web

Loading…
Cancel
Save