We are chuffed to announce the release of: reno 2.6.0: RElease NOtes manager The source is available from: https://git.openstack.org/cgit/openstack/reno Download the package from: https://pypi.python.org/pypi/reno Please report issues through launchpad: https://bugs.launchpad.net/reno For more details, please see below. 2.6.0 ^^^^^ New Features ************ * The "--from-template" flag was added to the release note creation command. This enables one to create a release note from a pre- defined template, which is useful when automating the creation of commits. Bug Fixes ********* * A fix is included to ignore changes to a note file until the scanner encounters the git operation that adds the file. This ensures that if a file is modified on master when it should be modified on another branch the note is not erroneously incorporated into the notes for the next release from master. fixes bug 1682796 (https://bugs.launchpad.net/neutron/+bug/1682796) Changes in reno 2.5.1..2.6.0 ---------------------------- 9d058ae add release note for scanner fix bd054fd update bindep list 5158234 remove some duplication in ChangeTracker bcc65c9 ignore changes until the file is added within the scanned range 247f3af fix release note markup 93a0639 Add option to create release note from user-provided template Diffstat (except docs and test files) ------------------------------------- bindep.txt | 5 + ...nable-using-tempalte-file-be734d8698309409.yaml | 6 + .../notes/scanner-change-96682cb04fc66c0b.yaml | 11 ++ reno/create.py | 16 +- reno/main.py | 4 + reno/scanner.py | 71 +++++---- 10 files changed, 292 insertions(+), 38 deletions(-)
participants (1)
-
no-reply@openstack.org