@142vip.changelog.变量.ChangelogAPI - 142vip/core-x GitHub Wiki
API 参考 / @142vip/changelog / ChangelogAPI
constChangelogAPI:object
定义于: changelog/src/core/changelog.api.ts:163
changelog相关API
changelogCoreHandler: (
cliOptions) =>Promise<void>
处理changelog业务
Promise<void>
generateChangelogInfo: (
config) =>Promise<GenerateChangelogResult>
处理git changelog记录生成
Promise<GenerateChangelogResult>
upsertChangelogDoc: (
outputPath,markdown,releaseVersionName,markdownHeader) =>Promise<void>
创建或更新changelog文档
string
string
string
string
Promise<void>