Edgewall Software

Changes between Version 133 and Version 134 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Aug 12, 2018, 6:16:31 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Add new Make formula for updating copyrights. Refs #9567.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v133 v134  
    9191   and [source:trunk/trac/__init__.py trac/__init__.py].
    9292 * Check that the jQuery and jQuery UI version numbers mentioned in the help match the actual ones, see for example r11041.
    93  * Update copyright year on [browser:/trunk/trac/templates/about.html#/${year} about] page, [source:/trunk/trac/admin/console.py#/(year)s trac-admin] and [source:trunk/COPYING#/2003-20 COPYING] file.
     93 * Update copyright year:
     94  *  [browser:/trunk/trac/templates/about.html#/${year} about] page
     95  * [source:/trunk/trac/admin/console.py#/(year)s trac-admin] console message
     96  * File headers:
     97{{{#!sh
     98$ make update-copyright year=...
     99}}}
    94100 * Check whether there are any eligible changesets that have not been merged into the branch.
    95101 * Compile !CoffeeScript files (//Trac 1.3.2+//): `make coffee`