Edgewall Software

Changes between Version 149 and Version 150 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Feb 7, 2020, 12:02:53 AM (4 years ago)
Author:
Ryan J Ollos
Comment:

Run checks on templates.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v149 v150  
    8787==== Other repository files
    8888
     89 * Run checks for valid Jinja2 and HTML syntax:
     90 {{{#!sh
     91$ make jinja jinjaopts=-q
     92}}}
    8993 * Remove extraneous whitespace in Python source files using [pypi:reindent]. From the root of the repository:
    9094 {{{#!sh