Skip to main content
Module

std/semver/mod.ts>ReleaseType

The Deno Standard Library
Latest
type alias ReleaseType
Re-export
import { type ReleaseType } from "https://deno.land/std@0.224.0/semver/mod.ts";

The possible release types are used as an operator for the increment function and as a result of the difference function.

definition:
| "pre"
| "major"
| "premajor"
| "minor"
| "preminor"
| "patch"
| "prepatch"
| "prerelease"