From 23d0cea598cf6d91263370da2c0044747c8c38c9 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Tue, 11 Jul 2017 10:54:09 +0200 Subject: [PATCH 1/2] docs($README): add related projects --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75e4ad61..33a79cbe 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,10 @@ Both! Commitizen is not meant to be a replacement for git commit hooks. Rather, We accomplish this by letting you define which adapter you'd like to use in your project. Adapters just allow multiple projects to share the same commit message conventions. A good example of an adapter is the cz-conventional-changelog adapter. +### Related projects +* [conventional-changelog](https://git.io/v18sw) – Generate a changelog from conventional commit history +* [commitlint](https://git.io/vQ1oK) - Lint commit messages + ### Authors and Contributors @JimTheDev (Jim Cummins, author) @kentcdodds From 2cf0afa61aa5f1321aa20add2275cdbfa336f12f Mon Sep 17 00:00:00 2001 From: "mario.nebl@sinnerschrader.com" Date: Wed, 12 Jul 2017 10:44:16 +0200 Subject: [PATCH 2/2] docs: use full urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33a79cbe..aa8fdf7b 100644 --- a/README.md +++ b/README.md @@ -220,8 +220,8 @@ Both! Commitizen is not meant to be a replacement for git commit hooks. Rather, We accomplish this by letting you define which adapter you'd like to use in your project. Adapters just allow multiple projects to share the same commit message conventions. A good example of an adapter is the cz-conventional-changelog adapter. ### Related projects -* [conventional-changelog](https://git.io/v18sw) – Generate a changelog from conventional commit history -* [commitlint](https://git.io/vQ1oK) - Lint commit messages +* [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) – Generate a changelog from conventional commit history +* [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages ### Authors and Contributors @JimTheDev (Jim Cummins, author)