aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichagogo <michagogo@server.fake>2013-05-25 23:29:28 +0300
committerMichagogo <michagogo@server.fake>2013-05-30 12:55:16 +0300
commitbb70bbfc5d561af230c2efcf08e660e2add1b0f1 (patch)
tree4cf0213660d8cf69d95d462786fa5dfbd1a070f8 /doc
parent09e437ba4e5cb7fcc53020c1ceb2451e0ff1606b (diff)
downloadbitcoin-bb70bbfc5d561af230c2efcf08e660e2add1b0f1.tar.xz
Made more generic by removing specific version references
Tweaked a little bit to provide examples. Squashed commits into 1, while hoping not to break anything
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 17d6a089c9..dc2101e1c1 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -17,11 +17,11 @@ Release Process
###tag version in git
- git tag -a v0.8.0
+ git tag -a v(new version, e.g. 0.8.0)
###write release notes. git shortlog helps a lot, for example:
- git shortlog --no-merges v0.7.2..v0.8.0
+ git shortlog --no-merges v(current version, e.g. 0.7.2)..v(new version, e.g. 0.8.0)
* * *
@@ -30,7 +30,7 @@ Release Process
From a directory containing the bitcoin source, gitian-builder and gitian.sigs
export SIGNER=(your gitian key, ie bluematt, sipa, etc)
- export VERSION=0.8.0
+ export VERSION=(new version, e.g. 0.8.0)
cd ./gitian-builder
Fetch and build inputs: (first time, or when dependency versions change)
@@ -134,7 +134,7 @@ Commit your signature to gitian.sigs:
From a directory containing bitcoin source, gitian.sigs and gitian zips
- export VERSION=0.5.1
+ export VERSION=(new version, e.g. 0.8.0)
mkdir bitcoin-${VERSION}-linux-gitian
pushd bitcoin-${VERSION}-linux-gitian
unzip ../bitcoin-${VERSION}-linux-gitian.zip
@@ -161,4 +161,4 @@ From a directory containing bitcoin source, gitian.sigs and gitian zips
popd
- Upload gitian zips to SourceForge
-- Celebrate \ No newline at end of file
+- Celebrate