Edgewall Software

Changes between Initial Version and Version 1 of Bitten Dev/Release Check List


Ignore:
Timestamp:
Sep 10, 2009, 11:02:12 AM (15 years ago)
Author:
osimons
Comment:

Starting a release checklist.

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Dev/Release Check List

    v1 v1  
     1= Release Checklist for Bitten =
     2
     3== Prepare source for release ==
     4
     5 * Build docs with command: `./setup.py build_doc`
     6 * Change version in `setup.cfg`
     7
     8== Major releases ==
     9
     10 * svn copy trunk -> /branches/<major>.x
     11
     12== Minor releases and betas ==
     13
     14 * svn copy /branches/<major>.x -> /tags/<major>.<minor><beta?>
     15
     16== After release ==
     17
     18 * Reset version information in `setup.cfg` to new next version + `dev`
     19
     20 * Upload to Downloads and FTP installers in following formats and versions:
     21   * .tar.gz
     22   * py26.egg
     23   * py25.egg
     24   * py24.egg