@auto-it/first-time-contributor
Version:
Thank first time contributors for their work right in your release notes.
11 lines • 359 B
TypeScript
import { Auto, IPlugin } from "@auto-it/core";
/**
* Thank first time contributors for their work right in your release notes.
*/
export default class FirstTimeContributorPlugin implements IPlugin {
/** The name of the plugin */
name: string;
/** Tap into auto plugin points. */
apply(auto: Auto): void;
}
//# sourceMappingURL=index.d.ts.map