UNPKG

semantic-release-config-gitmoji

Version:
9 lines (8 loc) 253 B
import type { ReleaseRule } from '../type'; import type { PluginSpec } from 'semantic-release'; /** * commit analyzer * @param releaseRules */ declare const commitAnalyzer: (releaseRules?: ReleaseRule[]) => PluginSpec; export default commitAnalyzer;