mirror of
https://github.com/vale981/releases
synced 2025-03-05 09:41:42 -05:00
Fix first failing presentation bug
This commit is contained in:
parent
d5fc2cabc6
commit
386d58d07d
1 changed files with 3 additions and 1 deletions
|
@ -165,8 +165,10 @@ def append_unreleased_entries(app, lines, releases):
|
|||
for family, _lines in six.iteritems(lines):
|
||||
for type_ in ('bugfix', 'feature'):
|
||||
issues = _lines['unreleased_{0}'.format(type_)]
|
||||
fam_prefix = "{0} ".format(family) if len(lines) > 1 else ""
|
||||
header = "Next {0}{1} release".format(fam_prefix, type_)
|
||||
nodelist = [release_nodes(
|
||||
"Next {0} {1} release".format(family, type_),
|
||||
header,
|
||||
# TODO: should link to master for newest family and...what
|
||||
# exactly, for the others? Expectation isn't necessarily to
|
||||
# have a branch per family? Or is there? Maybe there must be..
|
||||
|
|
Loading…
Add table
Reference in a new issue