Mainline¶
2.5.0¶
New Features¶
- Release notes entries may now be made up of single strings. This simplifies formatting for smaller notes, and eliminates a class of errors associated with escaping reStructuredText inside YAML lists.
- Add a new configuration option
ignore_notes
. Setting the value to a list of filenames or UIDs for notes causes the reno scanner to ignore them. It is most useful to set this when a note is edited on the wrong branch, making it appear to be part of a release that it is not.
- reno will now scan for a
reno.yaml
file in the root repo directory if aconfig.yaml
file does not exist in the releasenotes directory. This allows users to do away with the unnecessarynotes
subdirectory in the releasenotes directory.