Skip to content

Commit

Permalink
Fixed a changelog example path in the docs (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Jun 27, 2022
1 parent 101b1cb commit 34a9210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modifying-changelog-format.md
Expand Up @@ -21,7 +21,7 @@ Next, change your `.changeset/config.json` to point to the new package:
If you want to write your own, you can reference a file path. For example, you can create a new file `.changeset/my-changelog-config.js`, then you can reference it in the `.changeset/config.json` file as:

```
"changelog": ".changeset/my-changelog-config.js"
"changelog": "./my-changelog-config.js"
```

## Writing Changelog Formatting Functions
Expand Down

0 comments on commit 34a9210

Please sign in to comment.