-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitsplit.yml
49 lines (47 loc) · 1.81 KB
/
.gitsplit.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Path to a cache directory Used to speed up the split over time by reusing git's objects
cache_url: "/cache/gitsplit"
# Packages to split
splits:
-
prefix: "docs"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-documentation.git"
-
prefix: "src/batch"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch.git"
-
prefix: "src/batch-doctrine-dbal"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-doctrine-dbal.git"
-
prefix: "src/batch-doctrine-orm"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-doctrine-orm.git"
-
prefix: "src/batch-doctrine-persistence"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-doctrine-persistence.git"
-
prefix: "src/batch-league-flysystem"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-league-flysystem.git"
-
prefix: "src/batch-openspout"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-openspout.git"
-
prefix: "src/batch-symfony-console"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-symfony-console.git"
-
prefix: "src/batch-symfony-framework"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-symfony-framework.git"
-
prefix: "src/batch-symfony-messenger"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-symfony-messenger.git"
-
prefix: "src/batch-symfony-pack"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-symfony-pack.git"
-
prefix: "src/batch-symfony-serializer"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-symfony-serializer.git"
-
prefix: "src/batch-symfony-validator"
target: "https://${GH_TOKEN}@github.com/yokai-php/batch-symfony-validator.git"
# List of references to split (defined as regexp)
origins:
- ^(0\.x)$ # the default branch
- ^\d+\.\d+\.\d+$ # the version tags