From 8ee272f3fa9045acb76807f321f6c80ca97eace3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Fri, 12 Jun 2015 18:59:33 -0700 Subject: [PATCH] Updated commit analysis (markdown) --- commit-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit-analysis.md b/commit-analysis.md index ba5c857..014c914 100644 --- a/commit-analysis.md +++ b/commit-analysis.md @@ -49,4 +49,4 @@ Add a `release` field and provide a path where `semantic-release` can require yo The module should export a function that takes an array of commit objects (`{hash: '123456', message: 'changed stuff'`) and returns the the release type (`'major'`, `'premajor'`, `'minor'`, `'preminor'`, `'patch'`, `'prepatch'`, or `'prerelease'`), or `null` to not release a new version. -Have a look at [the default analyzer](https://github.com/boennemann/semantic-release/blob/master/lib/analyzer.js) for a sample implementation. \ No newline at end of file +Have a look at [the default analyzer](https://github.com/boennemann/semantic-release/blob/master/src/lib/analyzer.js) for a sample implementation. \ No newline at end of file