UNPKG

@yuki-no/plugin-release-tracking

Version:

Release tracking plugin for yuki-no - Tracks release status for commits and manages issue labels/comments automatically

3 lines (2 loc) 117 B
import type { Git } from '@yuki-no/plugin-sdk/infra/git'; export declare const hasAnyRelease: (git: Git) => boolean;