Matthew Treinish cc09e3d38c Set parallel_read_safe to True
This commit sets the parallel_read_safe extension metadata attribute to
True. This was previously set to False as a precaution and to avoid the
warning about the implicit default in change
I80a671a98901eb45ecb732d699400a76326b4cf2. However, in subsequent
testing running a sphinx build in parallel with the reno extension does
not cause any errors or issues in the built documentation and trying to
run in parallel with this value set to false raises a warning (which is
fatal if -W is set). This commit makes this change so that people can
use sphinx-build's parallel build option (-j) and -W at the same time.

Change-Id: I5a3b5f11d94c2a29c04582b4dde813d67a0efbc1
2020-04-30 10:05:31 -04:00
2020-04-30 10:05:31 -04:00
2018-10-22 10:01:52 -05:00
2019-04-19 19:34:53 +00:00
2015-08-26 20:04:56 +00:00
2017-11-15 14:25:34 -05:00
2018-02-26 01:46:34 +08:00
2015-08-26 20:04:56 +00:00
2020-04-14 17:36:16 +01:00
2015-08-26 20:04:56 +00:00
2020-02-04 14:37:21 +01:00
2020-04-14 17:36:16 +01:00

reno: A New Way to Manage Release Notes

Reno is a release notes manager designed with high throughput in mind, supporting fast distributed development teams without introducing additional development processes. Our goal is to encourage detailed and accurate release notes for every release.

Reno uses git to store its data, along side the code being described. This means release notes can be written when the code changes are fresh, so no details are forgotten. It also means that release notes can go through the same review process used for managing code and other documentation changes.

Reno stores each release note in a separate file to enable a large number of developers to work on multiple patches simultaneously, all targeting the same branch, without worrying about merge conflicts. This cuts down on the need to rebase or otherwise manually resolve conflicts, and keeps a development team moving quickly.

Reno also supports multiple branches, allowing release notes to be back-ported from master to maintenance branches together with the code for bug fixes.

Reno organizes notes into logical groups based on whether they describe new features, bug fixes, known issues, or other topics of interest to the user. Contributors categorize individual notes as they are added, and reno combines them before publishing.

Notes can be styled using reStructuredText directives, and reno's Sphinx integration makes it easy to incorporate release notes into automated documentation builds.

Notes are automatically associated with the release version based on the git tags applied to the repository, so it is not necessary to track changes manually using a bug tracker or other tool, or to worry that an important change will be missed when the release notes are written by hand all at one time, just before a release.

Modifications to notes are incorporated when the notes are shown in their original location in the history. This feature makes it possible to correct typos or otherwise fix a published release note after a release is made, but have the new note content associated with the original version number. Notes also can be deleted, eliminating them from future documentation builds.

Project Meta-data

Description
Release notes management tool
Readme 2.6 MiB
Languages
Python 100%