Skip to content

Commit d3a51ea

Browse files
committed
Fix ambiguity with the llvm/llvm-project main branch
1 parent 1f05ac0 commit d3a51ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/doc/developer/WorkingOnAReleaseBranch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ release branches.
1818
### Only cherry-picks are allowed
1919

2020
It is assumed, that everything you do on a release branch, should also be
21-
repeated on the main branch to ensure that it is automatically included into
22-
future releases.
21+
repeated on the default `sycl` branch to ensure that it is automatically
22+
included into future releases.
2323

2424
Therefore, when submitting a PR to a release branch, its description should
25-
contain a link to the corresponding PR in the main `sycl` branch.
25+
contain a link to the corresponding PR in the default `sycl` branch.
2626

2727
Note that it is not acceptable to first merge something into a
28-
release branch and then apply it to the main `sycl` branch. The flow goes in
29-
the opposite direction where you first land a patch to the main branch and then
30-
backport it to a release branch.
28+
release branch and then apply it to the default `sycl` branch. The flow goes in
29+
the opposite direction where you first land a patch to the default `sycl` branch
30+
and then backport it to a release branch.
3131

3232
### No new features are allowed
3333

0 commit comments

Comments
 (0)