@maggioli-rd/sr-codeowners-plugin
Version:
Maggioli Semantic Release Plugin: Codeowners
11 lines (10 loc) • 338 B
JavaScript
const DEFAULT_CONFIG = {
excludeRegex: "",
header: "### CODEOWNERS file autogenerated using the Semantic Release plugin @maggioli-rd/sr-codeowners-plugin ###\n",
codeownersPath: ".gitlab/CODEOWNERS",
limit: 3,
leaderboard: true
};
export const getConfig = (config) => {
return { ...DEFAULT_CONFIG, ...config };
};