semantic-release-npm-workspaces-monorepo
Version:
Help you use semantic-release with npm workspaces
22 lines (21 loc) • 612 B
TypeScript
import { BranchObject } from 'semantic-release';
export declare const SETTINGS: {
preReleaseVersionTemplate: string;
registry: string;
workspace: string;
tagFormat: string;
release: {
extends: string;
ci: boolean;
branches: (string | BranchObject)[];
plugins: any[];
};
semanticReleaseBin: string;
semanticReleaseBinArgs: any[];
changelogCommit: boolean;
npmRelease: boolean;
extendsReleaseRules: any[];
extendsNoteGeneratorTypes: any[];
extendsDefaultPlugins: any[];
};
export declare function importSettings(): Promise<void>;