UpdateChangelogOptions
Options for updateChangelog.
Import:
import type { UpdateChangelogOptions } from 'obsidian-dev-utils/script-utils/version';Signature:
export interface UpdateChangelogOptionsProperties
| Property | Type | Description |
|---|---|---|
| shouldEditChangelog? | boolean | Whether to open the generated changelog in the editor for an interactive review. When false, the changelog is still generated from commit messages, but it is not opened in the editor for manual review. |
Links to this page: