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

    Interface Config

    用户配置信息

    interface Config {
        changelog?: ChangelogOptions;
        bumpp?: Omit<VersionBumpOptions, "cwd" | "progress">;
        accesstoken?: Accesstokens;
    }
    Index

    Properties

    changelog?: ChangelogOptions

    changelog 生成配置信息

    bumpp?: Omit<VersionBumpOptions, "cwd" | "progress">

    bumpp 配置信息

    accesstoken?: Accesstokens