UNPKG

release-please

Version:

generate release PRs based on the conventionalcommits.org spec

9 lines (8 loc) 292 B
import { Updater } from '../update'; import { ReleaserConfig } from '../manifest'; export declare class ReleasePleaseConfig implements Updater { path: string; config: ReleaserConfig; constructor(path: string, config: ReleaserConfig); updateContent(content: string): string; }