Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2022 10:06:40 GMT
From:      Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 26bb1e272a - main - handbook/introduction: Improve treatment and correct branch name of -CURRENT
Message-ID:  <202201291006.20TA6eSY051688@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ryusuke:

URL: https://cgit.FreeBSD.org/doc/commit/?id=26bb1e272a49b5b220ae2bd37b74f016c5886264

commit 26bb1e272a49b5b220ae2bd37b74f016c5886264
Author:     Ryusuke SUZUKI <ryusuke@FreeBSD.org>
AuthorDate: 2022-01-29 10:05:50 +0000
Commit:     Ryusuke SUZUKI <ryusuke@FreeBSD.org>
CommitDate: 2022-01-29 10:05:50 +0000

    handbook/introduction: Improve treatment and correct branch name of -CURRENT
    
    o Use {rel-head} variable for -CURRENT version number insted of hard-cording.
    o 'trunk' -> 'main', -CURRENT is now maintained under main branch
    
    Reported by: mhorne
---
 documentation/content/en/books/handbook/introduction/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc
index 4d34253666..663cdebfcb 100644
--- a/documentation/content/en/books/handbook/introduction/_index.adoc
+++ b/documentation/content/en/books/handbook/introduction/_index.adoc
@@ -194,7 +194,7 @@ Despite being still more than a little rough around the edges, the release was a
 
 Since that time, FreeBSD has made a series of releases each time improving the stability, speed, and feature set of the previous version.
 
-For now, long-term development projects continue to take place in the 14.0-CURRENT (trunk) branch, and snapshot releases of 14.0 are continually made available from link:ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/[the snapshot server] as work progresses.
+For now, long-term development projects continue to take place in the {rel-head}-CURRENT (main) branch, and snapshot releases of {rel-head} are continually made available from link:ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/[the snapshot server] as work progresses.
 
 [[goals]]
 === FreeBSD Project Goals



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201291006.20TA6eSY051688>