Code

mention tagging :)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 9 Oct 2003 04:44:12 +0000 (04:44 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 9 Oct 2003 04:44:12 +0000 (04:44 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1909 57a73879-2fb5-44c3-a270-3262357dd7e2

BUILD.txt

index 69d18e8f51631a7258a8c30095773fbc2ce7927b..4ee93d194c64e3761d726b5c5b26823eea98cb8b 100644 (file)
--- 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)