UNPKG

@maggioli-rd/sr-codeowners-plugin

Version:
11 lines (10 loc) 338 B
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 }; };