Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mzdm committed Jun 2, 2024
1 parent ba56a2e commit a05c6b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,20 @@ command:
version:
fetchTags: false
```

### changelogFormat

Configure the format of the generated CHANGELOG.md.

```yaml
command:
version:
changelogFormat:
includeDate: true
```

#### includeDate

Whether to include the date in the generated CHANGELOG.md. Defaults to `false`.

With enabled, changelog entry header will include the date in the `yyyy-MM-dd` format.

0 comments on commit a05c6b9

Please sign in to comment.