@atomist/atomist-sdm
Version:
Atomist SDM to deliver our own projects
12 lines (11 loc) • 326 B
TypeScript
import { CommandHandlerRegistration } from "@atomist/sdm";
export declare class CreateTagParameters {
githubToken: string;
owner: string;
repo: string;
providerId: string;
sha: string;
branch: string;
name: string;
}
export declare const CreateTag: CommandHandlerRegistration<CreateTagParameters>;