mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
ccc8704777
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.
17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
..
|
|
This file should be included by the adjacent "index.rst"
|
|
in development versions but not in release versions.
|
|
|
|
Changes Since Release
|
|
=====================
|
|
|
|
The following noteworthy changes have been made in this development
|
|
version since the preceding release but have not yet been consolidated
|
|
into notes for a specific release version:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
dev/*
|