UNPKG

semantic-release-config-gitmoji

Version:
9 lines (8 loc) 211 B
import type { PluginSpec } from 'semantic-release'; import type { GitPluginOpts } from '../type'; /** * git * @param options */ declare const git: (options?: GitPluginOpts) => PluginSpec; export default git;