-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
release-please-config.json
172 lines (172 loc) · 6.38 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"plugins": [
{ "type": "node-workspace", "merge": false },
{
"type": "linked-versions",
"groupName": "ContractCase",
"components": [
"@contract-case/case-entities-internal",
"@contract-case/case-core",
"@contract-case/case-core-plugin-http",
"@contract-case/case-core-plugin-http-dsl",
"@contract-case/case-core-plugin-function",
"@contract-case/case-core-plugin-function-dsl",
"@contract-case/case-plugin-base",
"@contract-case/case-plugin-dsl-types",
"@contract-case/case-definition-dsl"
],
"merge": true
}
],
"group-pull-request-title-pattern": "chore: release ${version}",
"pull-request-title-pattern": "chore: release ${version}",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {
"component": "ContractCase-All-Core-Packages",
"include-component-in-tag": false,
"exclude-paths": [
"packages/case-boundary",
"packages/case-connector",
"packages/case-connector-proto",
"packages/case-maintainer-config",
"packages/contract-case-cli",
"packages/contract-case-jest",
"packages/documentation",
"packages/documentation-matchers-generator",
"packages/dsl-java",
"packages/eslint-config-case-maintainer",
".release-please-config.json",
".release-please-manifest.json",
"package-lock.json"
],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "docs/maintainers/FULL-CHANGELOG.md"
},
"packages/documentation-matchers-generator": {
"component": "@contract-case/documentation-matchers-generator",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true
},
"packages/case-entities": {
"component": "@contract-case/case-entities-internal",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true
},
"packages/case-core": {
"component": "@contract-case/case-core",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-core-plugin-http": {
"component": "@contract-case/case-core-plugin-http",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-core-plugin-http-dsl": {
"component": "@contract-case/case-core-plugin-http-dsl",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-core-plugin-function": {
"component": "@contract-case/case-core-plugin-function",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-core-plugin-function-dsl": {
"component": "@contract-case/case-core-plugin-function-dsl",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-plugin-base": {
"component": "@contract-case/case-plugin-base",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-plugin-dsl-types": {
"component": "@contract-case/case-plugin-dsl-types",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-definition-dsl": {
"component": "@contract-case/case-definition-dsl",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/contract-case-cli": {
"component": "@contract-case/cli",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/documentation": {
"component": "documentation",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
},
"packages/contract-case-jest": {
"component": "@contract-case/contract-case-jest",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-connector": {
"component": "@contract-case/case-connector",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-connector-proto": {
"component": "@contract-case/case-connector-proto",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/case-maintainer-config": {
"component": "@contract-case/case-maintainer-config",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/eslint-config-case-maintainer": {
"component": "@contract-case/eslint-config-case-maintainer",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
},
"packages/dsl-java": {
"component": "@contract-case/dsl-java",
"extra-files": ["build.gradle", "package.json", "README.md"],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md"
}
}
}