change the section title for cycle-trailing projects

We still want to eventually change the release model name, but that's
going to be a little more complicated. In the mean time, change the
section title to reflect the fact that we expect only packaging and
deployment tools to use the cycle-trailing release model.

Change-Id: Ie7fcc06cbc9453c69caaef4bdd38edb3857f35c1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-03-09 16:33:19 -05:00
parent a6deb48ca3
commit c0dbd2bc88

View File

@ -178,7 +178,7 @@ class DeliverableDirectiveBase(rst.Directive):
'library': 'Library Projects',
'client-library': 'Service Client Projects',
'other': 'Other Projects',
'cycle-trailing': 'Projects Trailing the Release Cycle',
'cycle-trailing': 'Deployment and Packaging Tools',
}
def _add_deliverables(self, type_tag, deliverables, series, app, result):