Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
docs(API): add options.config
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
stevemao committed Apr 9, 2016
1 parent 58feb1a commit 29222ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Type: `string` Possible values: `'angular'`

A set of options of a popular project.

##### config

Type: `object`

This should serve as default values for other arguments of `conventionalRecommendedBump` so you don't need to rewrite the same or similar config across your projects. Any value in this could be overwritten.

**NOTE:** `options.config` will be overwritten by the values of preset. You should use either `preset` or `config`, but not both.

##### whatBump

Type: `function`
Expand Down

0 comments on commit 29222ea

Please sign in to comment.