From 8a6ac6e3df1411bf910bb79360742aa34b1bc2a2 Mon Sep 17 00:00:00 2001 From: Vadim Dalecky Date: Wed, 27 May 2020 10:52:25 +0200 Subject: [PATCH] fix: release revert of checking for staged files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0506d8f3..30f8f8c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "git-cz", "version": "4.5.0", - "description": "Semantic emojified git commit, git-cz", + "description": "Semantic emojified git commit, git-cz.", "main": "dist/cz.js", "bin": { "git-cz": "./bin/git-cz.js",