Skip to content

Commit

Permalink
fix(docs): update list of available presets (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
chalkygames123 and bcoe committed Nov 30, 2021
1 parent 95fe4c1 commit 2799851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const cli = meow(`
-s, --same-file Outputting to the infile so you don't need to specify the same file as outfile
-p, --preset Name of the preset you want to use. Must be one of the following:
angular, atom, codemirror, ember, eslint, express, jquery, jscs or jshint
angular, atom, codemirror, conventionalcommits, ember, eslint, express, jquery or jshint
-k, --pkg A filepath of where your package.json is located
Default is the closest package.json from cwd
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See the [conventional-changelog-core](https://github.com/conventional-changelog/

##### preset

Type: `string` Possible values: `'angular', 'atom', 'codemirror', 'ember', 'eslint', 'express', 'jquery', 'jscs', 'jshint'`
Type: `string` Possible values: `'angular', 'atom', 'codemirror', 'conventionalcommits', 'ember', 'eslint', 'express', 'jquery', 'jshint'`

It's recommended to use a preset so you don't have to define everything yourself. Presets are names of built-in `config`.

Expand Down

0 comments on commit 2799851

Please sign in to comment.