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

Commit 91c4792

Browse files
committed
Merge branch 'tkrizek/gh-actions-branch-name-update' into 'main'
Update branch&tag name conventions See merge request isc-projects/bind9!7697
2 parents d942c24 + 5248a3e commit 91c4792

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "v9_16", "v9_18", "main" ]
5+
branches: [ "bind-9.16", "bind-9.18", "main" ]
66
schedule:
77
- cron: '39 8 * * 3'
88

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: SonarCloud
22

33
on:
44
push:
5-
branches: [ "v9_16", "v9_18", "main" ]
5+
branches: [ "bind-9.16", "bind-9.18", "main" ]
66
schedule:
77
- cron: '39 8 * * 3'
88

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)