Skip to content

Commit 081178c

Browse files
committed
Add gitsplit config
1 parent cbb4ea1 commit 081178c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitsplit.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Path to a cache directory Used to speed up the split over time by reusing git's objects
2+
cache_url: "/cache/gitsplit"
3+
4+
# Path to the repository to split (default = current path)
5+
#project_url: "https://github.com/open-telemetry/opentelemetry-php-contrib.git"
6+
7+
# List of splits.
8+
splits:
9+
- prefix: "src/Aws"
10+
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-aws.git"
11+
- prefix: "src/Symfony/OtelSdkBundle"
12+
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-sdk-bundle.git"
13+
14+
# List of references to split (defined as regexp)
15+
origins:
16+
- ^main$
17+
- ^test$
18+
- ^split$
19+
- ^v\d+\.\d+\.\d+$
20+
- ^\d+\.\d+\.\d+$

0 commit comments

Comments
 (0)