mirror of
https://github.com/vale981/releases
synced 2025-03-06 02:01:41 -05:00
Implement fix?
This commit is contained in:
parent
9b648846de
commit
fa7b0017c3
1 changed files with 2 additions and 1 deletions
|
@ -209,6 +209,7 @@ def construct_releases(entries, app):
|
|||
# 'unreleased_bugfix'. (Can't nuke it because there might be
|
||||
# some unreleased bugs for other release lines.)
|
||||
for x in entries:
|
||||
if x in lines['unreleased_bugfix']:
|
||||
lines['unreleased_bugfix'].remove(x)
|
||||
# Entries get copied into release line buckets as follows:
|
||||
# * Features and support go into 'unreleased_minor' for use in new
|
||||
|
|
Loading…
Add table
Reference in a new issue