UNPKG

@atomist/sdm-pack-changelog

Version:

Extension Pack for an Atomist SDM to manage changelogs

10 lines 385 B
import { ExtensionPack } from "@atomist/sdm"; /** * Register support for managing CHANGELOG.md files in your SDM. * Note: If a goal gets passed to this function, this pack will * register a goal implementation for the given goal. * @param {Goal} goal * @returns {ExtensionPack} */ export declare function changelogSupport(): ExtensionPack; //# sourceMappingURL=changelog.d.ts.map