mznjs API Documentation - v0.0.31-beta.5
    Preparing search index...

    Interface ResolveConfig

    合并后的配置信息

    interface ResolveConfig {
        changelog: ResolvedChangelogConfig;
        bumpp: Omit<VersionBumpOptions, "progress">;
        accesstoken: Accesstokens;
    }
    Index

    Properties

    changelog: ResolvedChangelogConfig

    changelog 生成配置信息

    bumpp: Omit<VersionBumpOptions, "progress">

    bumpp 配置信息

    accesstoken: Accesstokens