-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
83 lines (83 loc) · 2.32 KB
/
Copy pathrelease-please-config.json
File metadata and controls
83 lines (83 loc) · 2.32 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"versioning": "prerelease",
"prerelease-type": "alpha",
"include-component-in-tag": true,
"tag-separator": "/",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"initial-version": "0.1.0",
"packages": {
"sdk/go": {
"release-type": "go",
"component": "go",
"package-name": "hop.top/agntcy"
},
"sdk/go/spiffe": {
"release-type": "go",
"component": "go-spiffe",
"package-name": "hop.top/agntcy-go-spiffe"
},
"sdk/rs/hop-top-agntcy-dir": {
"release-type": "rust",
"component": "rs",
"package-name": "hop-top-agntcy-dir"
},
"sdk/rs/hop-top-agntcy-dir-spiffe": {
"release-type": "rust",
"component": "rs-spiffe",
"package-name": "hop-top-agntcy-dir-spiffe"
},
"sdk/php/packages/dir": {
"release-type": "php",
"component": "php",
"package-name": "hop-top/agntcy-dir"
},
"adapters/laravel": {
"release-type": "php",
"component": "php-laravel",
"package-name": "hop-top/agntcy-dir-laravel"
},
"adapters/symfony": {
"release-type": "php",
"component": "php-symfony",
"package-name": "hop-top/agntcy-dir-symfony"
},
"sdk/php/packages/dir-spiffe": {
"release-type": "php",
"component": "php-spiffe",
"package-name": "hop-top/agntcy-dir-spiffe"
},
"adapters/next": {
"release-type": "node",
"component": "ts-next",
"package-name": "@hop-top/agntcy-dir-next"
},
"adapters/hono": {
"release-type": "node",
"component": "ts-hono",
"package-name": "@hop-top/agntcy-dir-hono"
},
"adapters/express": {
"release-type": "node",
"component": "ts-express",
"package-name": "@hop-top/agntcy-dir-express"
},
"adapters/fastapi": {
"release-type": "python",
"component": "py-fastapi",
"package-name": "hop-top-agntcy-dir-fastapi"
},
"adapters/flask": {
"release-type": "python",
"component": "py-flask",
"package-name": "hop-top-agntcy-dir-flask"
},
"adapters/django": {
"release-type": "python",
"component": "py-django",
"package-name": "hop-top-agntcy-dir-django"
}
}
}