Skip to main content
Module

x/release_up/deps.ts>ccparse

🌱 Automate releases
Go to Latest
function ccparse
import { ccparse } from "https://deno.land/x/release_up@0.5.0/deps.ts";

The sync version. Useful when parsing a single commit. Returns the result.

Parameters

optional
commit: string

A single commit to be parsed.

optional
options: Options

Same as the options of conventionalCommitsParser.

Returns

Commit