-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.monorepo
65 lines (50 loc) · 1.58 KB
/
.monorepo
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
base_url: https://github.com/biurad/poakium.git
# All branches that match this regular expression will be split by default
branch_filter: /^(master|issue-[\d+]|\d+\.\d+)$/
# A list of workers which should run when the monorepo command is called
# eg: vendor/bin/monorepo main --dry-run
workers:
main:
- Biurad\Monorepo\Worker\SplitCommitsWorker
merge:
- Biurad\Monorepo\Worker\MergeRepoWorker
# List of all split projects
repositories:
git-scm:
url: https://github.com/biurad/php-git-scm.git
path: tools/git-scm
monorepo:
url: https://github.com/biurad/php-monorepo.git
path: tools/monorepo
annotations:
url: https://github.com/biurad/php-annotations.git
path: packages/annotations
cache:
url: https://github.com/biurad/php-cache.git
path: packages/cache
cs:
url: https://github.com/biurad/php-coding-standard.git
path: packages/coding-standard
docs:
url: https://github.com/biurad/php-docs.git
path: packages/docs
http-galaxy:
url: https://github.com/biurad/php-http-galaxy.git
path: packages/http-galaxy
loader:
url: https://github.com/biurad/php-loader.git
path: packages/loader
maker:
url: https://github.com/biurad/php-make.git
path: packages/maker
security:
url: https://github.com/biurad/php-security.git
path: packages/security
starter:
url: https://github.com/biurad/php-starter.git
path: packages/starter
templating:
url: https://github.com/biurad/php-templating.git
path: packages/templating
# An array of configuration's which custom workers may rely on
#extra: ~