UNPKG

semantic-release-expo

Version:

An Expo implementation for semantic release, so you don't have to bother

8 lines (7 loc) 274 B
import { VersionBumper } from '../types'; /** * Update all versions from the manifest and return an updated version. * This will check if the manifest supports android and/or ios before applying. */ declare const bumpVersions: VersionBumper; export default bumpVersions;