UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

3 lines (2 loc) 133 B
export const incrementTypes = ['none', 'patch', 'minor', 'major'] as const export type IncrementType = typeof incrementTypes[number]