Edgewall Software

Changes between Version 140 and Version 141 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Jul 17, 2019, 10:43:05 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Fix typo and missing step.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v140 v141  
    120120$ cd trac-tags
    121121$ svn cp ^/branches/1.2-stable trac-1.2.3
     122$ cd trac-1.2.3
    122123}}}
    123124 * Comment out `tag_build` setting in [source:trunk/setup.cfg setup.cfg].
     
    136137  * Install directly from `dist`.
    137138  {{{#!sh
    138 $ pip install dist/Trac-.whl
     139$ pip install dist/Trac-*.whl
    139140}}}
    140141  * create an environment with `trac-admin`, test it with `tracd`.