@@ -327,69 +327,69 @@ export const defaults: StacksOptions = {
327
327
] ,
328
328
329
329
messages : {
330
- type : " Select the type of change that you're committing:" ,
331
- scope : " Select the SCOPE of this change (optional):" ,
332
- customScope : " Select the SCOPE of this change:" ,
333
- subject : " Write a SHORT, IMPERATIVE tense description of the change:\n" ,
334
- body : " Provide a LONGER description of the change (optional). Use \"|\ " to break new line:\n" ,
335
- breaking : " List any BREAKING CHANGES (optional). Use \"|\ " to break new line:\n" ,
336
- footerPrefixesSelect : " Select the ISSUES type of the change list by this change (optional):" ,
337
- customFooterPrefixes : " Input ISSUES prefix:" ,
338
- footer : " List any ISSUES by this change. E.g.: #31, #34:\n" ,
339
- confirmCommit : " Are you sure you want to proceed with the commit above?" ,
330
+ type : ' Select the type of change that you\ 're committing:' ,
331
+ scope : ' Select the SCOPE of this change (optional):' ,
332
+ customScope : ' Select the SCOPE of this change:' ,
333
+ subject : ' Write a SHORT, IMPERATIVE tense description of the change:\n' ,
334
+ body : ' Provide a LONGER description of the change (optional). Use "| " to break new line:\n' ,
335
+ breaking : ' List any BREAKING CHANGES (optional). Use "| " to break new line:\n' ,
336
+ footerPrefixesSelect : ' Select the ISSUES type of the change list by this change (optional):' ,
337
+ customFooterPrefixes : ' Input ISSUES prefix:' ,
338
+ footer : ' List any ISSUES by this change. E.g.: #31, #34:\n' ,
339
+ confirmCommit : ' Are you sure you want to proceed with the commit above?' ,
340
340
} ,
341
341
342
342
types : [
343
343
{
344
- value : " feat" ,
345
- name : " feat: ✨ A new feature" ,
346
- emoji : " :sparkles:" ,
344
+ value : ' feat' ,
345
+ name : ' feat: ✨ A new feature' ,
346
+ emoji : ' :sparkles:' ,
347
347
} ,
348
- { value : " fix" , name : " fix: 🐛 A bug fix" , emoji : " :bug:" } ,
348
+ { value : ' fix' , name : ' fix: 🐛 A bug fix' , emoji : ' :bug:' } ,
349
349
{
350
- value : " docs" ,
351
- name : " docs: 📝 Documentation only changes" ,
352
- emoji : " :memo:" ,
350
+ value : ' docs' ,
351
+ name : ' docs: 📝 Documentation only changes' ,
352
+ emoji : ' :memo:' ,
353
353
} ,
354
354
{
355
- value : " style" ,
356
- name : " style: 💄 Changes that do not affect the meaning of the code" ,
357
- emoji : " :lipstick:" ,
355
+ value : ' style' ,
356
+ name : ' style: 💄 Changes that do not affect the meaning of the code' ,
357
+ emoji : ' :lipstick:' ,
358
358
} ,
359
359
{
360
- value : " refactor" ,
361
- name : " refactor: ♻️ A code change that neither fixes a bug nor adds a feature" ,
362
- emoji : " :recycle:" ,
360
+ value : ' refactor' ,
361
+ name : ' refactor: ♻️ A code change that neither fixes a bug nor adds a feature' ,
362
+ emoji : ' :recycle:' ,
363
363
} ,
364
364
{
365
- value : " perf" ,
366
- name : " perf: ⚡️ A code change that improves performance" ,
367
- emoji : " :zap:" ,
365
+ value : ' perf' ,
366
+ name : ' perf: ⚡️ A code change that improves performance' ,
367
+ emoji : ' :zap:' ,
368
368
} ,
369
369
{
370
- value : " test" ,
371
- name : " test: ✅ Adding missing tests or adjusting existing tests" ,
372
- emoji : " :white_check_mark:" ,
370
+ value : ' test' ,
371
+ name : ' test: ✅ Adding missing tests or adjusting existing tests' ,
372
+ emoji : ' :white_check_mark:' ,
373
373
} ,
374
374
{
375
- value : " build" ,
376
- name : " build: 📦️ Changes that affect the build system or external dependencies" ,
377
- emoji : " :package:" ,
375
+ value : ' build' ,
376
+ name : ' build: 📦️ Changes that affect the build system or external dependencies' ,
377
+ emoji : ' :package:' ,
378
378
} ,
379
379
{
380
- value : "ci" ,
381
- name : " ci: 🎡 Changes to our CI configuration files and scripts" ,
382
- emoji : " :ferris_wheel:" ,
380
+ value : 'ci' ,
381
+ name : ' ci: 🎡 Changes to our CI configuration files and scripts' ,
382
+ emoji : ' :ferris_wheel:' ,
383
383
} ,
384
384
{
385
- value : " chore" ,
386
- name : " chore: 🔨 Other changes that don't modify src or test files" ,
387
- emoji : " :hammer:" ,
385
+ value : ' chore' ,
386
+ name : ' chore: 🔨 Other changes that don\ 't modify src or test files' ,
387
+ emoji : ' :hammer:' ,
388
388
} ,
389
389
{
390
- value : " revert" ,
391
- name : " revert: ⏪️ Reverts a previous commit" ,
392
- emoji : " :rewind:" ,
390
+ value : ' revert' ,
391
+ name : ' revert: ⏪️ Reverts a previous commit' ,
392
+ emoji : ' :rewind:' ,
393
393
} ,
394
394
] ,
395
395
} ,
0 commit comments