Skip to main content
Module

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

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

Return the patch version number.

Parameters

v: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

number