UNPKG

@google-cloud/release-brancher

Version:
12 lines (11 loc) 304 B
import yargs = require('yargs'); interface Args { 'branch-name': string; 'target-tag': string; 'release-type'?: string; 'github-token': string; repo: string; 'pull-request-title'?: string; } export declare const createPullRequestCommand: yargs.CommandModule<{}, Args>; export {};