mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Remove exhaustive version list from Stable Releases TOC.
This commit is contained in:
parent
a10a22127d
commit
eb4325fa9a
@ -311,6 +311,7 @@ sub docGet
|
||||
}
|
||||
|
||||
$iStableReleaseTotal++;
|
||||
$bTOC = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
<description>The {[project]} Releases detail each version of the software and lists the changes made in each version.</description>
|
||||
|
||||
<intro>
|
||||
<text><backrest/> release numbers consist of two parts, major and minor. A major release may break compatibility with the prior major release, for instance the 1.XX releases are not compatible with the 0.XX releases. Minor releases can include bug fixes and features but do not change the interface, naming, or the repository format.
|
||||
<text><backrest/> release numbers consist of two parts, major and minor. A major release may break compatibility with the prior major release, for instance the 1.XX releases are not compatible with the 0.XX releases. Minor releases can include bug fixes and features but do not change the repository format and strive to avoid changing options and naming.
|
||||
|
||||
The notes for a release may also contain <quote>Additional Notes</quote> but changes in this section are only to documentation or the test suite and have no direct impact the on the <backrest/> codebase.</text>
|
||||
</intro>
|
||||
@ -214,6 +214,14 @@
|
||||
</release-refactor-list>
|
||||
</release-core-list>
|
||||
|
||||
<release-doc-list>
|
||||
<release-refactor-list>
|
||||
<release-item>
|
||||
<p>Remove exhaustive version list from Stable Releases TOC.</p>
|
||||
</release-item>
|
||||
</release-refactor-list>
|
||||
</release-doc-list>
|
||||
|
||||
<release-test-list>
|
||||
<release-bug-list>
|
||||
<release-item>
|
||||
|
Loading…
Reference in New Issue
Block a user