aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.txt
blob: f8882399bb9ce6b3888e97dbeeebce33473c8c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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