AddUpdatedFilesToGitOptions
Options for addUpdatedFilesToGit.
Import:
import type { AddUpdatedFilesToGitOptions } from 'obsidian-dev-utils/script-utils/version';Signature:
export interface AddUpdatedFilesToGitOptionsProperties
| Property | Type | Description |
|---|---|---|
| shouldVerifyCommit? | boolean | Whether 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: