diff --git a/content/v1.0.0-beta.3/index.md b/content/v1.0.0-beta.3/index.md index 5da2804..377edc4 100644 --- a/content/v1.0.0-beta.3/index.md +++ b/content/v1.0.0-beta.3/index.md @@ -149,6 +149,7 @@ The Conventional Commit specification is inspired by, and based heavily on, the The first draft of this specification has been written in collaboration with some of the folks contributing to: * [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog): a set of tools for parsing conventional commit messages from git histories. +* [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. * [bumped](https://bumped.github.io): a tool for releasing software that makes it easy to perform actions before and after releasing a new version of your software. * [unleash](https://github.com/netflix/unleash): a tool for automating the software release and publishing lifecycle. * [lerna](https://github.com/lerna/lerna): a tool for managing monorepos, which grew out of the Babel project. diff --git a/content/v1.0.0-beta.4/index.md b/content/v1.0.0-beta.4/index.md index 2eab838..81feed6 100644 --- a/content/v1.0.0-beta.4/index.md +++ b/content/v1.0.0-beta.4/index.md @@ -161,6 +161,7 @@ The Conventional Commit specification is inspired by, and based heavily on, the The first draft of this specification has been written in collaboration with some of the folks contributing to: * [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog): a set of tools for parsing conventional commit messages from git histories. +* [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. * [bumped](https://bumped.github.io): a tool for releasing software that makes it easy to perform actions before and after releasing a new version of your software. * [unleash](https://github.com/netflix/unleash): a tool for automating the software release and publishing lifecycle. * [lerna](https://github.com/lerna/lerna): a tool for managing monorepos, which grew out of the Babel project.