cz-taiga-smart-commit

1.0.0 • Public • Published

cz-jira-smart-commit

Adaptador do Commitzen para o Taiga.

Screenshot

Como usar

Adicione o adaptador

Instale pelo npm

npm install cz-taiga-smart-commit

Cite referencia no .cz.json do seu projeto

{
  "path": "node_modules/cz-taiga-smart-commit/"
}

ou aplique commitzen init

commitizen init cz-jira-smart-commit

ou adicione no seu package.json

"commitizen": {
      "path": "./index"
}

Modo de trabalho

Ao invés de git commit -m 'Sua mensagem', utilize: git cz que o adaptador irá construir a mensagem para você, usando:

  • type of commit
  • scope of commit
  • commit message
  • commit long description
  • breaking changes
  • Taiga task number

Package Sidebar

Install

npm i cz-taiga-smart-commit

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • claytonsilva