UNPKG

@atomist/sdm-pack-changelog

Version:

Extension Pack for an Atomist SDM to manage changelogs

20 lines 622 B
import { ExecuteGoal } from "@atomist/sdm"; /** * Return today's date in a format that does not suck. * * @return today's date in YYYY-MM-DD format */ export declare function formatDate(date?: Date): string; /** * Modify changelog text to add release. * * @param changelog original changelog content * @param version release version * @return new changelog content */ export declare function changelogAddRelease(changelog: string, version: string): string; /** * Create entry in changelog for release. */ export declare function executeReleaseChangelog(): ExecuteGoal; //# sourceMappingURL=releaseGoal.d.ts.map