From bd40b525d551f81877167629809a08452de4995d Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 8 Sep 2015 05:47:38 -0600 Subject: [PATCH] Create README.md Because I keep getting a warning when I npm install it because it has no readme. This will need to be released as a bugfix I think :-) --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..4c1d0d04 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# cz-conventional-changelog + +Part of the [commitizen](https://github.com/commitizen/cz-cli) family. Prompts for [conventional changelog](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md) standard.