From ff3ce880b8bd8f36a4383190ed6c40d3bacdf87f Mon Sep 17 00:00:00 2001 From: Fox George Penguin <5038030+olstenlarck@users.noreply.github.com> Date: Wed, 25 Jul 2018 06:35:43 +0300 Subject: [PATCH] docs: add spec compliant parser --- spec/v1.0.0-beta.2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/v1.0.0-beta.2.md b/spec/v1.0.0-beta.2.md index 64b1d34..3188974 100644 --- a/spec/v1.0.0-beta.2.md +++ b/spec/v1.0.0-beta.2.md @@ -175,6 +175,7 @@ folks contributing to: ## Projects Using Conventional Commits * [yargs](https://github.com/yargs/yargs): everyone's favorite pirate themed command line argument parser. +* [parse-commit-message](https://github.com/olstenlarck/parse-commit-message): Spec compliant parsing utility to get object like `{ header: { type, scope, subject }, body, footer }` from given commit message string. * [istanbuljs](https://github.com/istanbuljs/istanbuljs): a collection of open-source tools and libraries for adding test coverage to your JavaScript tests. * [standard-version](https://github.com/conventional-changelog/standard-version): Automatic versioning and CHANGELOG management, using GitHub's new squash button and the recommended Conventional Commits workflow.