File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ release branches.
18
18
### Only cherry-picks are allowed
19
19
20
20
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.
23
23
24
24
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.
26
26
27
27
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.
31
31
32
32
### No new features are allowed
33
33
You can’t perform that action at this time.
0 commit comments