From 82027b695aab094be76d39ec52a4dc1cbf1f4468 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 28 Jul 2017 00:37:18 -0400 Subject: [PATCH] Updated commitzen install instructions to include explicit versions. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be67731a..dfce6aa9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ to use. ```bash -npm i -g commitizen cz-customizable +npm install -g commitizen@2.8.6 cz-customizable@4.0.0 ``` Below is an example of Commitizen in action. It replaces your usual `git commit` command -- GitLab