UNPKG

release-please

Version:

generate release PRs based on the conventionalcommits.org spec

8 lines (7 loc) 181 B
import { TagName } from './util/tag-name'; export interface Release { readonly name?: string; readonly tag: TagName; readonly sha: string; readonly notes: string; }