Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 21, 2024
1 parent 2bbd67e commit 8839963
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/pages/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ import { Callout } from "nextra/components";
| `disableRelease` | `boolean` | `undefined` | Do not create a release on GitHub. |
| `inFile` | `string` | `undefined` | Path to the changelog file. |
| `header` | `string` | `"# Changelog"` | Header of the changelog file. |

Example:

```json
{
"plugins": {
"release-it-pnpm": {
"disableRelease": true,
"inFile": "CHANGELOG.md"
}
}
}
```

0 comments on commit 8839963

Please sign in to comment.