X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FREADME.developers;h=14cf138e3a489464b3f40d36672f2615f339f277;hp=44000710f6baf22d3d87bf9bc631c82c4b0215d1;hb=942b25bf618535880b78278283911c26b3a86c0a;hpb=6cebd8f635da356285799b484e9005f74e4b706b diff --git a/docs/README.developers b/docs/README.developers index 4400071..14cf138 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -171,10 +171,12 @@ To make a public release of nmh (we'll use version 1.0.4 and my mhost.com account, danh, as examples here): 1. % echo 1.0.4 > VERSION + % date +"%e %B %Y" > DATE + (DATE should contain something like "30 December 2000") 2. Put a comment like "Released nmh-1.0.4." in the ChangeLog. - 3. % cvs commit ChangeLog VERSION + 3. % cvs commit ChangeLog VERSION DATE 4. % cvs tag nmh-1_0_4 (cvs treats dots specially, so underscores are substituted here.)