UNPKG

96 BJavaScriptView Raw
1const release = require('release-it');
2
3let options = {};
4
5release(options).then(output => {
6});
\No newline at end of file