From: richard Date: Thu, 9 Oct 2003 04:44:12 +0000 (+0000) Subject: mention tagging :) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5dcf47abe5e546ef0ac00a99371541fded489eb3;p=roundup.git mention tagging :) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1909 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/BUILD.txt b/BUILD.txt index 69d18e8..4ee93d1 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -11,14 +11,15 @@ running: 2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new version and appropriate announcements. Add truncated announcement to setup.py description field. -3. python setup.py clean --all -4. Edit setup.py to ensure that all information therein (version, contact +3. Tag the CVS with a release tag (ie. 'release-N-N-N') +4. python setup.py clean --all +5. Edit setup.py to ensure that all information therein (version, contact information etc) is correct. -5. python setup.py sdist --manifest-only -6. Check the MANIFEST to make sure that any new files are included. If +6. python setup.py sdist --manifest-only +7. Check the MANIFEST to make sure that any new files are included. If they are not, edit MANIFEST.in to include them. "Documentation" for MANIFEST.in may be found in disutils.filelist._parse_template_line. -7. python setup.py sdist +8. python setup.py sdist (if you find sdist a little verbose, add "--quiet" to the end of the command)