small update to release-process.txt
- expand the description for updating the translations - sort the paths/files, which need to have the version number updated, in alphabetical order - use a more current version number in git tag and git shortlog
This commit is contained in:
parent
369e3df0f8
commit
46f782b4b2
1 changed files with 9 additions and 8 deletions
|
@ -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
|
* update (commit) version in sources
|
||||||
bitcoin-qt.pro
|
bitcoin-qt.pro
|
||||||
src/clientversion.h (change CLIENT_VERSION_IS_RELEASE to true)
|
|
||||||
share/setup.nsi
|
|
||||||
doc/README*
|
|
||||||
contrib/verifysfbinaries/verify.sh
|
contrib/verifysfbinaries/verify.sh
|
||||||
|
doc/README*
|
||||||
|
share/setup.nsi
|
||||||
|
src/clientversion.h (change CLIENT_VERSION_IS_RELEASE to true)
|
||||||
|
|
||||||
* tag version in git
|
* 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
|
* perform gitian builds
|
||||||
|
|
||||||
* From a directory containing the bitcoin source, gitian-builder and gitian.sigs
|
* From a directory containing the bitcoin source, gitian-builder and gitian.sigs
|
||||||
export SIGNER=(your gitian key, ie bluematt, sipa, etc)
|
export SIGNER=(your gitian key, ie bluematt, sipa, etc)
|
||||||
export VERSION=0.5.1
|
export VERSION=0.8.0
|
||||||
cd ./gitian-builder
|
cd ./gitian-builder
|
||||||
|
|
||||||
* Fetch and build inputs: (first time, or when dependency versions change)
|
* Fetch and build inputs: (first time, or when dependency versions change)
|
||||||
|
|
Loading…
Reference in a new issue