UNPKG

@coveo/semantic-monorepo-tools

Version:

A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos

2 lines (1 loc) 116 B
export default function (REPO_OWNER: string, REPO_NAME: string, sshKey: string, remoteName: string): Promise<void>;