Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/actionify/deploy/deps/semver.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/deploy/deps/semver.ts";
const { patch } = semver;

Return the patch version number.

Parameters

v: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

number