method GitOperations.prototype.commitAndTag
GitOperations.prototype.commitAndTag(version: string): Promise<void>

Create commit and tag for release

Parameters

version: string

Return Type

Promise<void>

Usage

import { GitOperations } from ".";