diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-06-10 02:14:56 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-06-10 02:14:56 -0400 |
commit | 6854a2ade6fe053f0c8baf81551846c4af2c1490 (patch) | |
tree | 6b6a75ceb3d2b1b7a54b7c5aa3bd2aa42fcbb620 /doc/release-process.txt | |
parent | 6de1326ba4a35ab781107a8b56f74affaed87cba (diff) |
Add minimal release process docs.
Diffstat (limited to 'doc/release-process.txt')
-rw-r--r-- | doc/release-process.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt new file mode 100644 index 0000000000..f8882399bb --- /dev/null +++ b/doc/release-process.txt @@ -0,0 +1,29 @@ + +* 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 } + +* upload source and builds to SF + +* update bitcoin.org version + +* update forum version + +* update wiki + +* update wiki download links + + |