Updated commit analysis (markdown)
parent
c0a0f7b725
commit
6132e403f1
@ -32,7 +32,7 @@ To:
|
||||
`pen.draw('red')`
|
||||
```
|
||||
|
||||
[Synopsis](https://github.com/ajoslin/conventional-changelog/blob/master/CONVENTIONS.md)
|
||||
[Synopsis](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/convention.md)
|
||||
|
||||
|
||||
## custom analyzers
|
||||
@ -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/src/lib/analyzer.js) for a sample implementation.
|
||||
Have a look at [the default analyzer](https://github.com/semantic-release/commit-analyzer/blob/master/lib/index.js) for a sample implementation.
|
Loading…
x
Reference in New Issue
Block a user