UNPKG

@yuki-no/plugin-release-tracking

Version:

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

5 lines (4 loc) 329 B
import type { ReleaseInfo } from './getRelease'; import type { GitHub } from '@yuki-no/plugin-sdk/infra/github'; import type { Issue } from '@yuki-no/plugin-sdk/types/github'; export declare const updateIssueCommentByRelease: (github: GitHub, issue: Issue, releaseInfo: ReleaseInfo, releasesAvailable: boolean) => Promise<void>;