UNPKG

node-publisher

Version:

A configurable release automation tool inspired by create-react-app and Travis CI.

8 lines (6 loc) 148 B
const publish = ({ nextVersion, execCommand }) => { execCommand(`yarn publish --new-version ${nextVersion}`); }; module.exports = { publish };