Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for creating a tag. If neither name or release are truthy, a prerelease, i.e., timestamped, version tag is created. If both name and release are truthy, name takes precedence.

Hierarchy

  • ExecuteTagOptions

Index

Properties

Properties

Optional build

build: string

Semantic version build metadata to append to tag, e.g., "sdm.BUILD_NUMBER".

Optional message

message: string

Message to add to tag. If not provided, the push after commit message title is used.

Optional name

name: string

Name of tag to create.

Optional release

release: boolean

If true, create a release semantic version tag, not a prerelease version tag.

Generated using TypeDoc