@@ -41,6 +41,7 @@ plugins {
41
41
}
42
42
43
43
reckon {
44
+ defaultInferredScope = 'minor'
44
45
scopeFromProp()
45
46
stageFromProp('alpha','beta', 'final')
46
47
}
@@ -91,6 +92,7 @@ plugins {
91
92
println version
92
93
93
94
reckon {
95
+ defaultInferredScope = 'minor'
94
96
scopeFromProp()
95
97
stageFromProp('alpha','beta', 'final')
96
98
}
@@ -142,6 +144,7 @@ plugins {
142
144
}
143
145
144
146
reckon {
147
+ defaultInferredScope = 'minor'
145
148
scopeFromProp()
146
149
snapshotFromProp()
147
150
}
@@ -165,6 +168,7 @@ plugins {
165
168
}
166
169
167
170
reckon {
171
+ defaultInferredScope = 'minor'
168
172
scopeFromProp()
169
173
stageFromProp('alpha','beta', 'final')
170
174
}
@@ -190,6 +194,7 @@ plugins {
190
194
}
191
195
192
196
reckon {
197
+ defaultInferredScope = 'minor'
193
198
stages('alpha','beta', 'final')
194
199
scopeCalc = calcScopeFromProp().or(calcScopeFromCommitMessages())
195
200
stageCalc = calcStageFromProp()
@@ -216,6 +221,7 @@ plugins {
216
221
}
217
222
218
223
reckon {
224
+ defaultInferredScope = 'minor'
219
225
stages('alpha','beta', 'final')
220
226
scopeCalc = calcScopeFromProp().or(calcScopeFromCommitMessages())
221
227
stageCalc = calcStageFromProp()
@@ -242,6 +248,7 @@ plugins {
242
248
}
243
249
244
250
reckon {
251
+ defaultInferredScope = 'minor'
245
252
scopeFromProp()
246
253
stageFromProp('alpha','beta', 'final')
247
254
remote = 'other-remote'
@@ -270,6 +277,7 @@ plugins {
270
277
}
271
278
272
279
reckon {
280
+ defaultInferredScope = 'minor'
273
281
scopeFromProp()
274
282
stageFromProp('alpha','beta', 'final')
275
283
@@ -301,6 +309,7 @@ plugins {
301
309
}
302
310
303
311
reckon {
312
+ defaultInferredScope = 'minor'
304
313
scopeFromProp()
305
314
stageFromProp('alpha','beta', 'final')
306
315
tagMessage = version.map(v -> "Version " + v)
@@ -329,6 +338,7 @@ plugins {
329
338
}
330
339
331
340
reckon {
341
+ defaultInferredScope = 'minor'
332
342
scopeFromProp()
333
343
stageFromProp('alpha', 'beta', 'final')
334
344
}
0 commit comments