UNPKG

semantic-release-stack-upload

Version:

A semantic-release plugin to upload Haskell packages to Hackage with stack

12 lines (10 loc) 266 B
export type PVPBounds = "none" | "lower" | "upper" | "both"; export interface PluginConfig { candidate?: boolean; ignoreCheck?: boolean; item?: string; pvpBounds?: PVPBounds; stripSuffix?: boolean; versionPrefix?: string; workingDirectory?: string; }