-
Notifications
You must be signed in to change notification settings - Fork 2
/
release-please-config.json
95 lines (95 loc) · 2.16 KB
/
release-please-config.json
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
84
85
86
87
88
89
90
91
92
93
94
95
{
"release-type": "simple",
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"bump-minor-pre-major": true,
"changelog-types": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "chore",
"section": "Misc",
"hidden": false
},
{
"type": "fix",
"section": "BugFixes",
"hidden": false
}
],
"packages": {
"helm-charts/charts/stack": {
"release-type": "helm",
"package-name": "happy-stack-helm-chart"
},
"cli": {
"package-name": "cli"
},
"api": {
"package-name": "api"
},
"shared": {
"package-name": "shared"
},
"hvm": {
"package-name": "hvm"
},
"terraform/provider": {
"package-name": "terraform-provider"
},
"terraform/modules/happy-dns-ecs": {
"package-name": "happy-dns-ecs"
},
"terraform/modules/happy-env-ecs": {
"package-name": "happy-env-ecs"
},
"terraform/modules/happy-env-eks": {
"package-name": "happy-env-eks"
},
"terraform/modules/happy-github-ci-role": {
"package-name": "happy-github-ci-role"
},
"terraform/modules/happy-route53": {
"package-name": "happy-route53"
},
"terraform/modules/happy-service-ecs": {
"package-name": "happy-service-ecs"
},
"terraform/modules/happy-service-eks": {
"package-name": "happy-service-eks"
},
"terraform/modules/happy-ingress-eks": {
"package-name": "happy-ingress-eks"
},
"terraform/modules/happy-stack-ecs": {
"package-name": "happy-stack-ecs"
},
"terraform/modules/happy-stack-eks": {
"package-name": "happy-stack-eks"
},
"terraform/modules/happy-tfe-okta-app": {
"package-name": "happy-tfe-okta-app"
},
"terraform/modules/happy-tfe-user": {
"package-name": "happy-tfe-user"
},
"terraform/modules/happy-cloudfront": {
"package-name": "happy-cloudfront"
}
},
"plugins": [
{
"type": "linked-versions",
"groupName": "happy platform",
"components": [
"cli",
"api",
"shared",
"hvm",
"terraform-provider"
]
}
]
}