X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FREADME.developers;h=b342d1b2e2a1c41a9c93a1d399017de14ec18e5f;hb=c7f326f4ff250eaf98a101b4406976c7a11c0063;hp=3876ba6844e5789c4d81260fbb607d42d4a74fb2;hpb=0287c2e441fbc748cb11f96a5afd6dbdf68b0818;p=mmh diff --git a/docs/README.developers b/docs/README.developers index 3876ba6..b342d1b 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -136,9 +136,9 @@ getpass() nmh_getpass() releasing nmh ------------- -To make a public release of nmh (we'll use version 1.5 and my mhost.com -account, danh, as examples here; the convention for release candidates -is to use something like "1.5-RC1"): +To make a public release of nmh (we'll use version 1.5 as the example +here; the convention for release candidates is to use something like +"1.5-RC1"): 1. % echo 1.5 > VERSION % date +"%e %B %Y" > DATE @@ -161,7 +161,7 @@ is to use something like "1.5-RC1"): 5. If all is well and your tarball is final, go back to your workspace and do: - % echo 1.0.4+dev > VERSION + % echo 1.5+dev > VERSION 6. % git commit VERSION; git push