export type ReleaseItConfig = { github?: { releaseNotes?: string | (() => string) | null; }; gitlab?: { releaseNotes?: string | (() => string) | null; }; plugins?: Record; hooks?: Record; };