UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

9 lines (7 loc) 165 B
import { execAsync } from "../exec-async.js"; //#region src/utils/git/push.ts async function push() { await execAsync(`git push`); } //#endregion export { push };