UNPKG

verz

Version:

[![NPM Version](https://img.shields.io/npm/v/verz)](https://www.npmjs.com/package/verz)

13 lines (11 loc) 179 B
#!/usr/bin/env node type VerzConfig = { commit: { message: string; }; tag: { name: string; }; dryRun: boolean; }; export type { VerzConfig };