SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
9 additions and
5 deletions
-
contrib/release.sh
|
|
@ -1,10 +1,14 @@ |
|
|
|
# |
|
|
|
# Note: update locale before: |
|
|
|
# 1. cd /opt/electrum-locale && ./update && push |
|
|
|
# 2. cd to the submodule dir, and git pull |
|
|
|
# 3. cd .. && git push |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# Note: steps before doing a new release: |
|
|
|
# |
|
|
|
# - update locale: |
|
|
|
# 1. cd /opt/electrum-locale && ./update && push |
|
|
|
# 2. cd to the submodule dir, and git pull |
|
|
|
# 3. cd .. && git push |
|
|
|
# - update RELEASE-NOTES and version.py |
|
|
|
# - git tag |
|
|
|
|
|
|
|
ELECTRUM_DIR=/opt/electrum |
|
|
|
WWW_DIR=/opt/electrum-web |
|
|
|
|
|
|
|