UNPKG

@atomist/sdm-pack-changelog

Version:

Extension Pack for an Atomist SDM to manage changelogs

11 lines 449 B
/** * Goal that performs autofixes: For example, linting and adding license headers. */ import { FulfillableGoal, FulfillableGoalDetails, Goal } from "@atomist/sdm"; /** * Changelog goal that releases the current version in the CHANGELOG.md file */ export declare class Changelog extends FulfillableGoal { constructor(goalDetailsOrUniqueName?: FulfillableGoalDetails | string, ...dependsOn: Goal[]); } //# sourceMappingURL=Changelog.d.ts.map