UNPKG

release-please

Version:

generate release PRs based on the conventionalcommits.org spec

3 lines (2 loc) 98 B
import { Commit } from '../commit'; export declare function indentCommit(commit: Commit): string;