UNPKG

@process-engine/ci_tools

Version:
9 lines (8 loc) 277 B
/** * Creates an announcement based on data available in Git and GitHub: * * - Git: latest commits and tags * - GitHub: PRs */ export declare function run(...args: any[]): Promise<boolean>; export declare function createReleaseAnnouncement(mode: string): Promise<string>;