UNPKG

semantic-release-major-tag

Version:
5 lines (4 loc) 251 B
import type { BranchObject } from 'semantic-release'; import type { PluginConfigType } from './preparePluginConfig'; declare const skipForPrerelease: (branch: BranchObject, pluginConfig: PluginConfigType) => boolean; export default skipForPrerelease;