Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BranchPublishOptions

Options for the branchPublish function.

Hierarchy

  • BranchPublishOptions

Index

Properties

branch

branch: string

Name of the branch to update.

Optional commitAuthor

commitAuthor: undefined | string

Overide the default Git user config for this commit. Use the format "John Doe john.doe@example.com".

commitMessage

commitMessage: string

Message to use when commiting changes.

dir

dir: string

Directory to publish

repository

repository: string

Repo where to publish.

Generated using TypeDoc