Skip to main content
Module

x/actionify/config/deps.ts>semver.inc

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.inc
import { semver } from "https://deno.land/x/actionify@0.3.0/config/deps.ts";
const { inc } = semver;

Return the version incremented by the release type (major, minor, patch, or prerelease), or null if it's not valid.

Parameters

version: string | SemVer
release: ReleaseType
optional
optionsOrLoose: boolean | Options
optional
identifier: string

Returns

string | null