Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/release_up/plugin.ts>ReleaseType

🌱 Automate releases with breeze
Latest
type alias ReleaseType
Re-export
import { type ReleaseType } from "https://deno.land/x/release_up@0.9.1/plugin.ts";
definition:
| "patch"
| "minor"
| "major"
| "prepatch"
| "preminor"
| "premajor"
| "prerelease"