dogecoin/doc/release-process.txt

43 lines
840 B
Plaintext
Raw Normal View History

* update (commit) version in sources
* update (commit) version in OSX app bundle
* CFBundleShortVersionString should have value like 0.3.23
* CFBundleVersion should have value like 323
2011-06-10 08:14:56 +02:00
* tag version in git
$ git tag -a v0.3.23
* write release notes. git shortlog helps a lot:
$ git shortlog --no-merges v0.3.22..
* create source-only archive
$ git archive --format=tar --prefix=bitcoin-0.3.23/ HEAD | \
gzip -9c > ~/tmp/bitcoin-0.3.23-src.tar.gz
* perform gitian builds
{ insert useful info here }
2011-06-16 23:52:38 +02:00
Build output expected:
1. linux 32-bit and 64-bit binaries + source
2. windows 32-bit binary + source
3. windows installer
2011-06-10 08:14:56 +02:00
* upload source and builds to SF
2011-06-16 23:52:38 +02:00
* create SHA1SUMS for builds, and PGP-sign it
2011-06-10 08:14:56 +02:00
* update bitcoin.org version
* update forum version
* update wiki
* update wiki download links