diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-21 18:23:34 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-21 18:38:02 +0000 |
| commit | ff71b333bffaa8ef0b207dd59ce829c78c591e8c (patch) | |
| tree | a518671b577de53f5b82fb6fae84fc68b5bdc3a7 | |
| parent | dce95ff77e20458eddae4233e3247c39e4548362 (diff) | |
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
| -rw-r--r-- | shared/releases.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/releases.adoc b/shared/releases.adoc index 1199577efd..ca3a596cf1 100644 --- a/shared/releases.adoc +++ b/shared/releases.adoc @@ -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". |
