fix link

Christoph Witzko 2015-04-24 08:50:22 +02:00
parent 4ba74c7ec8
commit 3dbbfa0e48

@ -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. 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/plugin-wip/lib/analyzer.js) for a sample implementation. Have a look at [the default analyzer](https://github.com/boennemann/semantic-release/blob/master/lib/analyzer.js) for a sample implementation.