ngryman / cz-emoji

Commitizen adapter formatting commit messages using emojis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom breaking question not working

MauricioTD opened this issue · comments

I'm trying to add a custom question to the "BREAKING" part of the commit wizard but its not getting the change

config:

"cz-emoji": {
      "conventional": true,
      "questions":{
        "type" : "Selecciona el tipo del commit:",
        "scope" : "¿Cuál es el scope (archivo, tag o nombre)? (opcional):",
        "subject": "Título descriptivo corto:",
        "body" : "Descripción detallada del cambio (opcional):",
        "breaking": "¿Estos cambios rompen alguna parte del sistema? (opcional):",
        "issues": "Issues relacionados (ej:#1, #2, ...) (opcional):"
      },
}

image (1)

Am I doing something wrong?

I'm trying the same thing, and I haven't succeeded yet

A bit late, sorry about that. It should be fixed in the upcoming release. Meanwhile, you can install the canary version with: npm install -g cz-emoj@canary.