Add a release/dev.txt file and include it from release/index.rst in development versions. Add a "Changes Since Release" section with a toctree that globs adjacent "dev/*" documents. Add a sample topic document explaining how topic-specific release note documents work. This approach will allow developers to write release notes for their changes as they are made. The release manager may then consolidate and organize the notes for a specific release version.
15 lines
225 B
ReStructuredText
15 lines
225 B
ReStructuredText
CMake Release Notes
|
|
*******************
|
|
|
|
..
|
|
This file should include the adjacent "dev.txt" file
|
|
in development versions but not in release versions.
|
|
|
|
.. include:: dev.txt
|
|
|
|
Releases
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|