semantic-release-dotnet
Version:
A semantic-release plugin for versioning .NET core projects.
16 lines • 405 B
TypeScript
export interface PluginOptions {
/**
* A list of paths or minimatchs used to identify the files.
*/
paths: string[];
/**
* Set to true for debugging the library.
*/
debug: boolean;
/**
* How to indent XML. Put the prefix or the number of spaces. Use "\t" to
* put in tabs.
*/
indent: string | number;
}
//# sourceMappingURL=PluginOptions.d.ts.map