UNPKG

release-please

Version:

generate release PRs based on the conventionalcommits.org spec

6 lines (5 loc) 123 B
export interface Repository { readonly owner: string; readonly repo: string; readonly defaultBranch: string; }