Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 5248a3e

Browse files
committed
Update branch&tag naming convention in CONTRIBUTING
1 parent ee53e3c commit 5248a3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ To clone the repository, use:
7171

7272
> $ git clone https://gitlab.isc.org/isc-projects/bind9.git
7373
74-
Release branch names are of the form `v9_X`, where X represents the second
75-
number in the BIND 9 version number. So, to check out the BIND 9.12
74+
Release branch names are of the form `bind-9.X`, where X represents the second
75+
number in the BIND 9 version number. So, to check out the BIND 9.18
7676
branch, use:
7777

78-
> $ git checkout v9_12
78+
> $ git checkout bind-9.18
7979
8080
Whenever a branch is ready for publication, a tag is placed of the
81-
form `v9_X_Y`. The 9.12.0 release, for instance, is tagged as `v9_12_0`.
81+
form `v9.X.Y`. The 9.18.0 release, for instance, is tagged as `v9.18.0`.
8282

8383
The branch in which the next major release is being developed is called
8484
`main`.

0 commit comments

Comments
 (0)