Skip to content

AddUpdatedFilesToGitOptions

Options for addUpdatedFilesToGit.

Import:

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

Signature:

export interface AddUpdatedFilesToGitOptions

Properties

PropertyTypeDescription
shouldVerifyCommit?booleanWhether to run the pre-commit hook when creating the release commit. When false, --no-verify is passed to the release commit to skip the hook.

Links to this page: