mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 11:25:20 +00:00
releases: Define rel-latest macro
Add a macro defining the latest current RELEASE that people should use for new deployments. This will improve consistency and save time bumping version numbers in handbook examples, which has been suprisingly error prone. Jan Brankamp on the Production Users Call suggested we also define a rel-previous macro. I do not need that yet, but note it here to inspire future discussion. Approved by: dch (re) Differential Revision: https://reviews.freebsd.org/D54293
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
:rel-head-major: 16
|
||||
:rel-head: {rel-head-major}.0
|
||||
|
||||
// Current latest RELEASE for handbook examples.
|
||||
:rel-latest: 15.0
|
||||
|
||||
// If there is no release currently in the release cycle (i.e. we
|
||||
// don't have something in BETAn or RCn), then change %beta.testing
|
||||
// below to "IGNORE". If we do, use "INCLUDE".
|
||||
|
||||
Reference in New Issue
Block a user