diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-01-23 09:59:38 -0800 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-01-23 09:59:38 -0800 |
commit | 5e437f05c7e397b79445c84d8d2106f3a66844e4 (patch) | |
tree | 315bcf86f9d504da9919eb1bf682712635cabaa2 | |
parent | 149f580c82922a3b79e4e7fd6ed85adcc0522d91 (diff) | |
parent | 9965e1d044a11cbfdb098d57a6a3c7ba477f36f4 (diff) |
Merge pull request #764 from luke-jr/update_release_process
Various updates to the release process
-rw-r--r-- | doc/release-process.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index ee1a5d4a34..3f1a6a5fb7 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -1,3 +1,5 @@ +* update translations (ping tcatm on IRC for now) + * update (commit) version in sources bitcoin-qt.pro src/main.h (CLIENT_VERSION : PROTOCOL_VERSION in serialize.h is updated only on protocol changes) @@ -77,9 +79,9 @@ Build output expected: Bitcoin-Qt.dmg -* upload source and builds to SourceForge +* upload builds to SourceForge -* create SHA1SUMS for builds, and PGP-sign it +* create SHA256SUMS for builds, and PGP-sign it * update bitcoin.org version |