aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2025-12-21 18:23:34 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2025-12-21 18:38:02 +0000
commitff71b333bffaa8ef0b207dd59ce829c78c591e8c (patch)
treea518671b577de53f5b82fb6fae84fc68b5bdc3a7
parentdce95ff77e20458eddae4233e3247c39e4548362 (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.adoc3
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".