pbr/releasenotes/notes/fix-keywords-as-cfg-list-6c...

8 lines
266 B
YAML

---
fixes:
- |
Fix error when ``keywords`` argument as a cfg list. Previously ``keywords``
were ``CSV_FIELDS`` and with these changes ``keywords`` are now
``MULTI_FIELDS``. Refer to https://bugs.launchpad.net/pbr/+bug/1811475
for more information.