Skip to content

UpdateChangelogOptions

Options for updateChangelog.

Import:

import type { UpdateChangelogOptions } from 'obsidian-dev-utils/script-utils/version';

Signature:

export interface UpdateChangelogOptions

Properties

PropertyTypeDescription
shouldEditChangelog?booleanWhether 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: