UNPKG

release-please

Version:

generate release PRs based on the conventionalcommits.org spec

8 lines (7 loc) 189 B
import { DefaultUpdater } from '../default'; /** * Updates a Bazel Module file. */ export declare class ModuleBazel extends DefaultUpdater { updateContent(content: string): string; }