Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.13 KB

README.adoc

File metadata and controls

39 lines (24 loc) · 1.13 KB

Docker Commitizen

This is a Docker configuration that helps using Commitizen.

Requirements

Usage

Configure your .gitconfig

Use the .gitconfig.example file and fill your credentials. This is needed for git to work inside the Docker Container.

Makefile

All the commands are inside this file. You can modify IMAGE_COMMITIZEN and RUN_COMMITIZEN variables to suit your needs.

$ make node-install-commitizen

This command will build the container. And rename `.gitconfig.example to .gitconfig.

$ make commit

This command will execute commitizen inside the container. You could also use the provided alias git cz to trigger this command. Be sure to use git add before using the commitizen flow.

Made with by Ninjas.cl.