Documentation - v0.0.0
    Preparing search index...

    Release Please manifest.

    interface ReleasePleaseManifest {
        bumpMinorPreMajor?: boolean;
        bumpPatchForMinorPreMajor?: boolean;
        changelogSections?: ReleasePleaseChangelogSection[];
        changelogType?: string;
        includeVInTag?: boolean;
        packages: Record<string, ReleasePleasePackage>;
        plugins?: ReleasePleasePlugin[];
        prerelease?: boolean;
        releaseType?: ReleaseType;
    }
    Index

    Properties

    bumpMinorPreMajor?: boolean
    bumpPatchForMinorPreMajor?: boolean
    changelogSections?: ReleasePleaseChangelogSection[]
    changelogType?: string
    includeVInTag?: boolean
    packages: Record<string, ReleasePleasePackage>

    Packages to release.

    prerelease?: boolean

    Release as draft.

    releaseType?: ReleaseType

    Default release-type.