UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

7 lines (4 loc) 136 B
'use strict'; const exec = require('./exec'); module.exports = (version) => exec('git push && git push origin "v' + version + '"');