@@ -157,7 +157,10 @@ feat(issue42): allow numbers in scope
157
157
--------------------------------------------------------------------------------
158
158
159
159
(source
160
- (subject))
160
+ (subject
161
+ (prefix
162
+ (type)
163
+ (scope))))
161
164
162
165
================================================================================
163
166
Parse fixup!
234
237
235
238
(source
236
239
(subject))
240
+
241
+ ================================================================================
242
+ Allows numbers and symbols in conventional commit type
243
+ ================================================================================
244
+ f-e_a12t*$(test): allow numbers and symbols
245
+
246
+ --------------------------------------------------------------------------------
247
+
248
+ (source
249
+ (subject
250
+ (prefix
251
+ (type)
252
+ (scope))))
253
+
254
+ ================================================================================
255
+ Not conventional commit if starts with a !
256
+ ================================================================================
257
+ !test(test): allow numbers and symbols
258
+
259
+ --------------------------------------------------------------------------------
260
+
261
+ (source
262
+ (subject))
263
+
264
+ ================================================================================
265
+ Not conventional commit if starts with a :
266
+ ================================================================================
267
+ :test: allow numbers and symbols
268
+
269
+ --------------------------------------------------------------------------------
270
+
271
+ (source
272
+ (subject))
273
+
274
+ ================================================================================
275
+ Not conventional commit if starts with a space
276
+ ================================================================================
277
+ test: allow numbers and symbols
278
+
279
+ --------------------------------------------------------------------------------
280
+
281
+ (source
282
+ (subject))
283
+
284
+ ================================================================================
285
+ Scope can contain a special chars
286
+ ================================================================================
287
+ test(10_-#{} test): scope
288
+
289
+ --------------------------------------------------------------------------------
290
+
291
+ (source
292
+ (subject
293
+ (prefix
294
+ (type)
295
+ (scope))))
0 commit comments