X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FREADME.releasing;h=fbc9877e14affe8f8f6723f9c5b45e22689daf69;hp=c526fb3f7635bdb149ec4cfc25e6c5132045e2e0;hb=c84cfab8f077f7e1929de69ba82587d999f769d9;hpb=b11a6cdd6f0f7f6716744be10943c4676d6c1eb6 diff --git a/docs/README.releasing b/docs/README.releasing index c526fb3..fbc9877 100644 --- a/docs/README.releasing +++ b/docs/README.releasing @@ -11,20 +11,18 @@ here): 1. % echo 1.0 > VERSION % date +"%Y-%m-%d" > DATE - (DATE should contain something like "2012-12-08") + % vi NEWS - 2. % git commit VERSION DATE; git push + 2. % git commit VERSION DATE NEWS - 3. % git tag -a mmh-1.0 -m 'Releasing mmh-1.0' + 3. % make mmhdist - 4. % make mmhdist - - 5. Untar mmh-1.0.tar.gz and `diff -r' it vs. your workspace. Make + 4. Untar mmh-1.0.tar.gz and `diff -r' it vs. your workspace. Make sure no files got left out of the distribution that should be in it (due to someone forgetting to update the DIST variables in the Makefiles). - 6. If you have root access on your machine, it's good at this point + 5. If you have root access on your machine, it's good at this point to do: % chown -R 0:0 mmh-1.0 @@ -35,15 +33,19 @@ here): being installed, making it possible for that user to Trojan the mmh code before the system administrator finishes installing it. - 7. Make sure your new tarball uncompresses and untars with no problem. + 6. Make sure your new tarball uncompresses and untars with no problem. Make sure you can configure, make, and install mmh from it. - 8. If all is well and your tarball is final, go back to your workspace - and do: + 7. If all is well and your tarball is final, go back to your workspace + and tag the release: + + % git tag -a mmh-1.0 -m 'Releasing mmh-1.0' + + 8. Then bump the version number: % echo 1.0+dev > VERSION - 9. % git commit VERSION; git push + 9. % git commit VERSION 10. Generate an MD5 hash and a PGP signature of the tarball: