diff options
| author | Pieter Wuille <[email protected]> | 2013-04-05 02:34:21 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-04-05 02:34:21 -0700 |
| commit | 99840360bfd2eb6445fa18800d681e4fef5fc3f0 (patch) | |
| tree | 77e7436412ef63abe3a4cf60d266e35bb6a5353b | |
| parent | Merge pull request #2442 from Diapolo/Qt_RPCCon (diff) | |
| parent | small update to release-process.txt (diff) | |
| download | discoin-99840360bfd2eb6445fa18800d681e4fef5fc3f0.tar.xz discoin-99840360bfd2eb6445fa18800d681e4fef5fc3f0.zip | |
Merge pull request #2464 from Diapolo/release-process
small update to release-process.txt
| -rw-r--r-- | doc/release-process.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 166f2aaf3..29271ad22 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -1,25 +1,26 @@ -* update translations (ping tcatm on IRC for now) +* update translations (ping wumpus, Diapolo or tcatm on IRC) + * see https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#syncing-with-transifex * update (commit) version in sources bitcoin-qt.pro - src/clientversion.h (change CLIENT_VERSION_IS_RELEASE to true) - share/setup.nsi - doc/README* contrib/verifysfbinaries/verify.sh + doc/README* + share/setup.nsi + src/clientversion.h (change CLIENT_VERSION_IS_RELEASE to true) * tag version in git - git tag -a v0.5.1 + git tag -a v0.8.0 -* write release notes. git shortlog helps a lot: +* write release notes. git shortlog helps a lot, for example: - git shortlog --no-merges v0.5.0.. + git shortlog --no-merges v0.7.2..v0.8.0 * perform gitian builds * From a directory containing the bitcoin source, gitian-builder and gitian.sigs export SIGNER=(your gitian key, ie bluematt, sipa, etc) - export VERSION=0.5.1 + export VERSION=0.8.0 cd ./gitian-builder * Fetch and build inputs: (first time, or when dependency versions change) |