UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

3 lines (2 loc) 123 B
import { Commit } from '../entrypoint.api'; export declare function getSourceBranchFromCommits(commits: Commit[]): string;