UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

6 lines (4 loc) 133 B
import { execAsync } from '#/src/utils/exec-async.js' export async function push(): Promise<void> { await execAsync(`git push`) }