Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
docs: ✏️ add global config to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StanLindsey authored and streamich committed May 16, 2020
1 parent ce04676 commit 8af9b47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -60,8 +60,9 @@ git cz

## Custom config

You can provide custom configuration in `changelog.config.js` file
in your repo. Below is default config:
You can provide a custom configuration in a `changelog.config.js` file in your repo, or in any parent folder.
git-cz will search for the closest config file.
Below is default config:

```js
module.exports = {
Expand Down Expand Up @@ -250,4 +251,3 @@ Installs in 0.6s vs 31.1s.
npm i -g mol-conventional-changelog
added 345 packages in 31.076s
```

0 comments on commit 8af9b47

Please sign in to comment.